summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* neigh: Better handling of transition to NUD_PROBE stateErik Kline2015-05-211-0/+3
* tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-193-1/+24
* Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/sc...David S. Miller2015-05-195-27/+22
|\
| * mac80211: fix throughput LED triggerJohannes Berg2015-05-112-7/+6
| * mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov2015-05-111-19/+8
| * mac80211: check fast-xmit if IBSS STA QoS changedJohannes Berg2015-05-111-1/+4
| * mac80211: adjust reserved chan_ctx when assigned to vifAndrei Otcheretianski2015-05-071-0/+4
* | tcp: Return error instead of partial read for saved syn headersEric B Munson2015-05-191-1/+9
* | bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-192-13/+48
* | IPv4: skip ICMP for bridge contrack users when defrag expiresAndy Zhou2015-05-191-1/+3
* | ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-4/+9
* | 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
OpenPOWER on IntegriCloud