summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* pktgen: make /proc/net/pktgen/pgctrl report fail on invalid inputJesper Dangaard Brouer2015-05-231-2/+2
* pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-05-231-1/+1
* flow_dissector: do not break if ports are not needed in flowlabelJiri Pirko2015-05-221-7/+7
* tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-225-0/+6
* ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-221-1/+10
* tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet2015-05-221-0/+14
* inet_hashinfo: remove bsocket counterEric Dumazet2015-05-222-12/+0Star
* tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron2015-05-221-0/+6
* bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov2015-05-211-0/+2
* net: dev: reduce both ingress hook ifdefsDaniel Borkmann2015-05-211-18/+4Star
* tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-212-13/+16
* 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/+22Star
|\
| * mac80211: fix throughput LED triggerJohannes Berg2015-05-112-7/+6Star
| * mac80211: TDLS: use the BSS chandef for HT/VHT operation IEsArik Nemtsov2015-05-111-19/+8Star
| * 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/+7Star
| * | 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/+2Star
| * | 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/+10Star
| * | netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-05-1312-48/+126
| * | netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-05-1312-34/+4Star
| * | 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-181-6/+10
* | | netns: make nsid_lock per netWANG Cong2015-05-181-16/+16
* | | flow_dissector: remove bogus return in tipc sectionJiri Pirko2015-05-181-1/+0Star
* | | switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar2015-05-181-0/+175
* | | tcp: halves tcp_mem[] limitsEric Dumazet2015-05-181-4/+5
* | | tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-181-4/+6
* | | tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-181-2/+13