aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-22pktgen: make /proc/net/pktgen/pgctrl report fail on invalid inputJesper Dangaard Brouer1-2/+2
2015-05-22pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer1-1/+1
2015-05-22flow_dissector: do not break if ports are not needed in flowlabelJiri Pirko1-7/+7
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner5-0/+6
2015-05-21ipv6: reject locally assigned nexthop addressesFlorian Westphal1-1/+10
2015-05-21tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet1-0/+14
2015-05-21inet_hashinfo: remove bsocket counterEric Dumazet2-12/+0
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron1-0/+6
2015-05-21bpf: allow bpf programs to tail-call other bpf programsAlexei Starovoitov1-0/+2
2015-05-21net: dev: reduce both ingress hook ifdefsDaniel Borkmann1-18/+4
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2-13/+16
2015-05-21neigh: Better handling of transition to NUD_PROBE stateErik Kline1-0/+3
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann3-1/+24
2015-05-19Merge tag 'mac80211-next-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-27/+22
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson1-1/+9
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2-13/+48
2015-05-19IPv4: skip ICMP for bridge contrack users when defrag expiresAndy Zhou1-1/+3
2015-05-19ipv4: introduce frag_expire_skip_icmp()Andy Zhou1-4/+9
2015-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller27-235/+333
2015-05-17netlink: Use random autobind roverHerbert Xu1-6/+10
2015-05-17netns: make nsid_lock per netWANG Cong1-16/+16
2015-05-17flow_dissector: remove bogus return in tipc sectionJiri Pirko1-1/+0
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+175
2015-05-17tcp: halves tcp_mem[] limitsEric Dumazet1-4/+5
2015-05-17tcp: allow one skb to be received per socket under memory pressureEric Dumazet1-4/+6
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet1-2/+13
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet3-7/+7
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-2/+4
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet1-4/+5
2015-05-17net-packet: fix null pointer exception in rollover modeWillem de Bruijn1-3/+5
2015-05-17netfilter: synproxy: fix sparse errorsEric Dumazet1-2/+2
2015-05-17ipip: fix one sparse errorEric Dumazet1-1/+2
2015-05-17netfilter: Use correct return for seq_show functionsJoe Perches2-13/+7
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso4-2/+17
2015-05-14net: core: set qdisc pkt len before tc_classifyFlorian Westphal1-1/+2
2015-05-14netns: fix unbalanced spin_lock on errorNicolas Dichtel1-0/+1
2015-05-14ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck1-16/+2
2015-05-14packet: fix warnings in rollover lock contentionWillem de Bruijn1-10/+5
2015-05-14tipc: use sock_create_kern interface to create kernel socketYing Xue1-1/+1
2015-05-14cls_flower: Fix compile errorBrian Haley1-3/+3
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy5-41/+54
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy3-10/+22
2015-05-14tipc: simplify link supervision checkpointingJon Paul Maloy2-61/+22
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy3-96/+97
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy4-62/+53
2015-05-14tipc: simplify include dependenciesJon Paul Maloy8-17/+22
2015-05-14tipc: simplify link timer handlingJon Paul Maloy1-3/+3
2015-05-14tipc: simplify resetting and disabling of bearersJon Paul Maloy3-32/+10
2015-05-14netfilter: xt_MARK: Add ARP supportZhang Chunyu1-0/+1
2015-05-14netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko1-0/+25