aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-09-26net: optimise csum_replace4()LEROY Christophe1-3/+1
2014-09-26Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller4-35/+53
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso3-3/+3
2014-09-23icmp: add a global rate limitationEric Dumazet1-0/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-2/+26
2014-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+15
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet1-0/+9
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-1/+4
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+8
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli1-0/+6
2014-09-22net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet1-1/+2
2014-09-19genetlink: add function genl_has_listeners()Nicolas Dichtel1-0/+8
2014-09-19net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)Sabrina Dubroca1-6/+2
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+18
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-0/+1
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-0/+57
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou1-2/+26
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-3/+0
2014-09-16xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert1-0/+1
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-1/+14
2014-09-16ipvs: prevent mixing heterogeneous pools and synchronizationAlex Gartrell1-0/+4
2014-09-16ipvs: Supply destination address family to ip_vs_conn_newAlex Gartrell1-1/+2
2014-09-16ipvs: Supply destination addr family to ip_vs_{lookup_dest,find_dest}Alex Gartrell1-2/+3
2014-09-16ipvs: Add destination address family to netlink interfaceAlex Gartrell1-0/+3
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-4/+5
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-4/+6
2014-09-15Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-22/+42
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli1-7/+10