summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0852-453/+984
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-1/+1
| |\
| | * sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-061-1/+1
| * | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-071-15/+21
| * | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-071-1/+1
| * | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-1/+1
| * | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-4/+14
| * | net: sched: remove tcf_proto from ematch callsJohn Fastabend2014-10-061-5/+5
| * | net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-2/+2
| * | openvswitch: Add support for Geneve tunneling.Jesse Gross2014-10-061-10/+11
| * | net: Add Geneve tunneling protocol driverAndy Zhou2014-10-062-0/+93
| * | Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-055-10/+22
| |\ \
| | * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-263-3/+4
| | |\ \
| | | * | Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-241-0/+1
| | | * | Bluetooth: Convert bt_<level> logging functions to return voidJoe Perches2014-09-241-2/+2
| | | * | Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-1/+0
| | | * | Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-151-0/+1
| | * | | Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-09-262-7/+18
| | |\ \ \
| | | * | | NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-4/+5
| | | * | | NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-011-3/+13
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-054-263/+85
| |\ \ \ \ \
| | * | | | | ipvs: Clean up comment style in ip_vs.hSimon Horman2014-10-021-139/+75
| | * | | | | netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-021-0/+6
| | * | | | | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-021-117/+1
| | * | | | | netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-022-7/+3
| * | | | | | Removed unused inet6 address stateSébastien Barré2014-10-041-1/+0
| * | | | | | gue: Receive side for Generic UDP EncapsulationTom Herbert2014-10-031-0/+23
| * | | | | | qdisc: validate skb without holding lockEric Dumazet2014-10-031-1/+1
| * | | | | | qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer2014-10-031-0/+16
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-022-21/+4
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong2014-10-011-5/+1
| * | | | | | udp: Generalize skb_udp_segmentTom Herbert2014-10-011-1/+2
| | |/ / / / | |/| | | |
| * | | | | tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-301-1/+1
| * | | | | net: sched: enable per cpu qstatsJohn Fastabend2014-09-302-2/+13
| * | | | | net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+2
| * | | | | net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-6/+33
| * | | | | net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-302-1/+32
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-296-12/+21
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: store and dump set policyArturo Borrero2014-09-291-0/+2
| | * | | | | netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-263-3/+3
| | * | | | | ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell2014-09-161-0/+4
| | * | | | | ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell2014-09-161-1/+2
| | * | | | | ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell2014-09-161-2/+3
| | * | | | | ipvs: Add destination address family to netlink interfaceAlex Gartrell2014-09-161-0/+3
| | * | | | | netfilter: fix compilation of masquerading without IP_NF_TARGET_MASQUERADEPablo Neira Ayuso2014-09-111-6/+4
| * | | | | | tcp: move TCP_ECN_create_request out of headerFlorian Westphal2014-09-291-34/+0
| * | | | | | net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2014-09-291-1/+8
| * | | | | | net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2014-09-291-2/+6
| * | | | | | net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2014-09-291-17/+44
| * | | | | | net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-291-1/+1