aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-155/+2
2014-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-155/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-2/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-453/+984
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds3-59/+1
2014-10-07netfilter: kill nf_send_reset6() from include/net/netfilter/ipv6/nf_reject.hPablo Neira Ayuso1-155/+2
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-15/+21
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa1-1/+1
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-1/+1
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-4/+14
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend1-5/+5
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-2/+2
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross1-10/+11
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou2-0/+93
2014-10-06sctp: handle association restarts when the socket is closed.Vlad Yasevich1-1/+1
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller5-10/+22
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-263/+85
2014-10-04Removed unused inet6 address stateSébastien Barré1-1/+0
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert1-0/+23
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-1/+1
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-0/+16
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+4
2014-10-02ipvs: Clean up comment style in ip_vs.hSimon Horman1-139/+75
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso1-0/+6
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso1-117/+1
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2-7/+3
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-5/+1
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-1/+2
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-1/+1
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa2-21/+4
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend2-2/+13
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+2
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-6/+33
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2-1/+32
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-12/+21
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-34/+0
2014-09-29netfilter: nf_tables: store and dump set policyArturo Borrero1-0/+2
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-1/+8
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+6
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-17/+44
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-1/+1
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong1-1/+1
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-3/+15
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli1-0/+9
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli1-0/+8
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet1-2/+21
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-6/+6
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet1-1/+2
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet1-3/+12