aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Duyck2-11/+6
2014-09-13netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck1-1/+1
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa1-0/+10
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli1-7/+10
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong1-1/+1
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-2/+2
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend1-0/+10
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-4/+5
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2-31/+19
2014-09-10net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann1-39/+39
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-1/+151
2014-09-09net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn1-1/+9
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-3/+3
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann1-0/+13
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko1-0/+12
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2-2/+1
2014-09-09net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov3-55/+67
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+18
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero2-0/+27
2014-09-09netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero1-0/+10
2014-09-09netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero1-0/+14
2014-09-09netfilter: nft_nat: include a flag attributeArturo Borrero2-0/+7
2014-09-09netfilter: nf_tables: add devgroup support in meta expresionAna Rey1-0/+4
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso1-0/+37
2014-09-08Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller7-13/+153
2014-09-08inet: remove dead inetpeer sequence codeWillem de Bruijn1-1/+0
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-2/+3
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-88/+206
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-12/+28
2014-09-07Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-1/+1
2014-09-07Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+1
2014-09-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+1
2014-09-06Merge tag 'for-linus-20140905' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-6/+7
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+6
2014-09-05net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck3-1/+6
2014-09-05net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-0/+4
2014-09-05net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2-0/+3
2014-09-05ipv4: harden fnhe_hashfun()Eric Dumazet1-1/+2
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida3-5/+5
2014-09-05ipv4: fix a race in update_or_create_fnhe()Eric Dumazet1-1/+1
2014-09-05net-timestamp: only report sw timestamp if reporting bit is setWillem de Bruijn1-3/+1
2014-09-05ethtool: Add generic options for tunablesGovindarajulu Varadarajan2-0/+32
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-5/+44
2014-09-05Merge tag 'regulator-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-0/+3
2014-09-05Merge tag 'gpio-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-45/+60
2014-09-05Merge branches 'pm-sleep', 'powercap', 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2014-09-05Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps65090' into regulator-linusMark Brown2-0/+3
2014-09-04ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa1-0/+1