summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: sched: pkt_cls: remove unused macros from uapiFlorian Westphal2015-05-211-27/+5
* tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-212-2/+9
* inet_hashinfo: remove bsocket counterEric Dumazet2015-05-211-2/+0
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-213-1/+33
* tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-211-1/+2
* ip: remove unused function prototypeAndy Zhou2015-05-191-1/+0
* tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-192-0/+4
* net-next: ethtool: Added port speed macros.Parav Pandit2015-05-191-1/+5
* bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-191-2/+2
* ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-183-29/+13
|\
| * netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+2
| * netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-141-22/+2
| * netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal2015-05-141-3/+5
| * netfilter: ipset: Fix ext_*() macrosSergey Popovich2015-05-131-4/+4
* | netns: make nsid_lock per netWANG Cong2015-05-171-0/+1
* | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-171-0/+50
* | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-171-0/+8
* | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-171-0/+2
* | net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-171-3/+3
* | net: fix two sparse errorsEric Dumazet2015-05-171-6/+5
* | net: fix sparse error in csum_replace4()Eric Dumazet2015-05-171-1/+3
* | mdio-gpio: Propagate mii_bus.phy_ignore_ta_maskBert Vermeulen2015-05-141-1/+2
* | test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-141-0/+8
* | tcp: syncookies: extend validity rangeEric Dumazet2015-05-141-14/+24
* | net: phy: Add phy_ignore_ta_mask to account for broken turn-aroundFlorian Fainelli2015-05-141-0/+3
* | netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-144-0/+51
* | net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-141-1/+1
* | netfilter: add nf_hook_list_active()Pablo Neira2015-05-141-5/+12
* | netfilter: add hook list to nf_hook_statePablo Neira2015-05-141-2/+5
* | netfilter: cleanup struct nf_hook_ops indentationPablo Neira2015-05-141-7/+7
* | geneve: add initial netdev driver for GENEVE tunnelsJohn W. Linville2015-05-131-0/+9
* | geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-0/+5
* | net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unsetPablo Neira2015-05-131-8/+0
* | packet: rollover statisticsWillem de Bruijn2015-05-131-0/+7
* | tc: introduce Flower classifierJiri Pirko2015-05-131-0/+30
* | flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-133-7/+10
* | flow_dissector: introduce support for Ethernet addressesJiri Pirko2015-05-131-0/+13
* | flow_dissector: introduce support for ipv6 addresssesJiri Pirko2015-05-131-0/+13
* | flow_dissector: add missing header includesJiri Pirko2015-05-131-0/+3
* | flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-134-39/+44
* | flow_dissector: introduce programable flow_dissectorJiri Pirko2015-05-131-0/+61
* | net: move __skb_tx_hash to dev.cJiri Pirko2015-05-132-3/+3
* | net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko2015-05-132-1/+1
* | net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-132-4/+3
* | flow_dissector: remove unused function flow_get_hlen declarationJiri Pirko2015-05-131-3/+0
* | net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-134-7/+14
* | net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-132-16/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-1323-24/+183
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-1210-10/+133
| |\ \