summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-1827-235/+333
|\
| * netfilter: Use correct return for seq_show functionsJoe Perches2015-05-172-13/+7
| * netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-154-2/+17
| * netfilter: xt_MARK: Add ARP supportZhang Chunyu2015-05-141-0/+1
| * netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-05-141-0/+25
| * netfilter: bridge: free nf_bridge info on xmitFlorian Westphal2015-05-141-2/+15
| * netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal2015-05-141-0/+2
| * netfilter: ipset: Use better include files in xt_set.cJozsef Kadlecsik2015-05-131-1/+2
| * netfilter: ipset: Improve preprocessor macros checksSergey Popovich2015-05-133-7/+18
| * netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich2015-05-135-8/+2
| * netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-05-1315-15/+30
| * netfilter: ipset: Return bool values instead of intSergey Popovich2015-05-1310-38/+43
| * netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-05-137-9/+11
| * netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich2015-05-135-40/+10
| * netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-05-1312-48/+126
| * netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-05-1312-34/+4
| * netfilter: ipset: No need to make nomatch bitfieldSergey Popovich2015-05-131-2/+2
| * netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich2015-05-131-3/+3
| * netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offsetAlexander Drozdov2015-05-131-2/+4
| * netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik2015-05-131-9/+9
| * netfilter: ipset: Fix sparse warningJozsef Kadlecsik2015-05-131-2/+2
* | netlink: Use random autobind roverHerbert Xu2015-05-171-6/+10
* | netns: make nsid_lock per netWANG Cong2015-05-171-16/+16
* | flow_dissector: remove bogus return in tipc sectionJiri Pirko2015-05-171-1/+0
* | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-171-0/+175
* | tcp: halves tcp_mem[] limitsEric Dumazet2015-05-171-4/+5
* | tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-171-4/+6
* | tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-171-2/+13
* | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-173-7/+7
* | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-171-2/+4
* | net: fix sk_mem_reclaim_partial()Eric Dumazet2015-05-171-4/+5
* | net-packet: fix null pointer exception in rollover modeWillem de Bruijn2015-05-171-3/+5
* | netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
* | ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
* | net: core: set qdisc pkt len before tc_classifyFlorian Westphal2015-05-141-1/+2
* | netns: fix unbalanced spin_lock on errorNicolas Dichtel2015-05-141-0/+1
* | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-141-16/+2
* | packet: fix warnings in rollover lock contentionWillem de Bruijn2015-05-141-10/+5
* | tipc: use sock_create_kern interface to create kernel socketYing Xue2015-05-141-1/+1
* | cls_flower: Fix compile errorBrian Haley2015-05-141-3/+3
* | tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-145-41/+54
* | tipc: improve link congestion algorithmJon Paul Maloy2015-05-143-10/+22
* | tipc: simplify link supervision checkpointingJon Paul Maloy2015-05-142-61/+22
* | tipc: rename fields in struct tipc_linkJon Paul Maloy2015-05-143-96/+97
* | tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-144-62/+53
* | tipc: simplify include dependenciesJon Paul Maloy2015-05-148-17/+22
* | tipc: simplify link timer handlingJon Paul Maloy2015-05-141-3/+3
* | tipc: simplify resetting and disabling of bearersJon Paul Maloy2015-05-143-32/+10
* | netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-143-1/+73
* | net: add CONFIG_NET_INGRESS to enable ingress filteringPablo Neira2015-05-143-3/+8