summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tcp: avoid possible arithmetic overflowsEric Dumazet2014-09-221-0/+9
* ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann2014-09-221-1/+4
* net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2014-09-221-0/+8
* net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-221-0/+6
* net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay2014-09-191-3/+8
* net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)Sabrina Dubroca2014-09-191-6/+2
* gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2014-09-191-0/+4
* net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert2014-09-192-1/+30
* fou: Add GRO supportTom Herbert2014-09-191-1/+2
* fou: Support for foo-over-udp RX pathTom Herbert2014-09-191-0/+32
* net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2014-09-191-0/+1
* net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli2014-09-191-1/+0
* net: phy: broadcom: add helper for PHY revision and patch levelFlorian Fainelli2014-09-191-0/+2
* net: add alloc_skb_with_frags() helperEric Dumazet2014-09-191-0/+6
* udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2014-09-191-0/+57
* udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2014-09-191-2/+26
* openvswitch: Add recirc and hash action.Andy Zhou2014-09-151-0/+26
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-151-4/+5
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-152-11/+6
* netdevice: Support DSA tagging when DSA is built as a moduleAlexander Duyck2014-09-131-1/+1
* net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-0/+10
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-131-7/+10
* ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-131-1/+1
* ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-2/+2
* net: sched: RCU cls_tcindexJohn Fastabend2014-09-131-0/+10
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+5
* net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend2014-09-132-31/+19
* net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selectedDaniel Borkmann2014-09-101-39/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-109-1/+151
|\
| * netfilter: nf_tables: add new nft_masq expressionArturo Borrero2014-09-092-0/+27
| * netfilter: nf_nat: generalize IPv6 masquerading support for nf_tablesArturo Borrero2014-09-091-0/+10
| * netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero2014-09-091-0/+14
| * netfilter: nft_nat: include a flag attributeArturo Borrero2014-09-092-0/+7
| * netfilter: nf_tables: add devgroup support in meta expresionAna Rey2014-09-091-0/+4
| * netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso2014-09-091-0/+37
| * netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso2014-09-021-0/+38
| * netfilter: nfnetlink_acct: add filter support to nfacct counter list/resetAlexey Perevalov2014-08-261-0/+8
| * netfilter: ipset: Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-241-0/+1
| * netfilter: nft_meta: Add cpu attribute supportAna Rey2014-08-241-0/+2
| * netfilter: nft_meta: add pkttype supportAna Rey2014-08-241-0/+2
| * uapi: netfilter_arp: use __u8 instead of u_int8_tMike Frysinger2014-08-201-1/+1
* | net-timestamp: optimize sock_tx_timestamp default pathWillem de Bruijn2014-09-091-1/+9
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-3/+3
* | net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-091-0/+13
* | bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko2014-09-091-0/+12
* | net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-092-2/+1
* | net: filter: split filter.h and expose eBPF to user spaceAlexei Starovoitov2014-09-093-55/+67
* | net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+18
* | Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-087-13/+153
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-083-2/+3
| |\ \