Age | Commit message (Expand) | Author | Files | Lines |
2015-05-31 | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | 1 | -4/+6 |
2015-05-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -5/+12 |
2015-05-28 | ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call | Alexander Duyck | 1 | -2/+7 |
2015-05-28 | ip_vti/ip6_vti: Do not touch skb->mark on xmit | Alexander Duyck | 1 | -2/+3 |
2015-05-28 | esp4: Switch to new AEAD interface | Herbert Xu | 1 | -78/+122 |
2015-05-27 | tcp/dccp: warn user for preferred ip_local_port_range | Eric Dumazet | 1 | -0/+6 |
2015-05-27 | tcp: connect() from bound sockets can be faster | Eric Dumazet | 1 | -2/+7 |
2015-05-27 | tcp/dccp: try to not exhaust ip_local_port_range in connect() | Eric Dumazet | 2 | -3/+9 |
2015-05-27 | ip_fragment: don't forward defragmented DF packet | Florian Westphal | 2 | -7/+36 |
2015-05-27 | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper | Florian Westphal | 1 | -7/+12 |
2015-05-27 | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. | David S. Miller | 1 | -0/+1 |
2015-05-27 | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet | 2 | -3/+3 |
2015-05-27 | tcp: fix/cleanup inet_ehash_locks_alloc() | Eric Dumazet | 1 | -0/+31 |
2015-05-26 | netfilter: remove unused comefrom hookmask argument | Florian Westphal | 1 | -3/+1 |
2015-05-25 | ip: reject too-big defragmented DF-skb when forwarding | Florian Westphal | 1 | -7/+11 |
2015-05-25 | net: make skb_splice_bits more configureable | Hannes Frederic Sowa | 1 | -2/+3 |
2015-05-25 | net: skbuff: add skb_append_pagefrags and use it | Hannes Frederic Sowa | 1 | -11/+4 |
2015-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -12/+43 |
2015-05-22 | ipv4: fill in table id when replacing a route | Michal Kubeček | 1 | -0/+1 |
2015-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -0/+12 |
2015-05-22 | ipv4: Avoid crashing in ip_error | Eric W. Biederman | 1 | -0/+4 |
2015-05-22 | tcp: fix a potential deadlock in tcp_get_info() | Eric Dumazet | 3 | -4/+15 |
2015-05-22 | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info | Marcelo Ricardo Leitner | 4 | -0/+5 |
2015-05-22 | tcp: improve REUSEADDR/NOREUSEADDR cohabitation | Eric Dumazet | 1 | -0/+14 |
2015-05-22 | inet_hashinfo: remove bsocket counter | Eric Dumazet | 2 | -12/+0 |
2015-05-22 | tcp: ensure epoll edge trigger wakeup when write queue is empty | Jason Baron | 1 | -0/+6 |
2015-05-21 | tcp: add a force_schedule argument to sk_stream_alloc_skb() | Eric Dumazet | 2 | -13/+16 |
2015-05-20 | netfilter: ensure number of counters is >0 in do_replace() | Dave Jones | 2 | -0/+12 |
2015-05-19 | tcp: add rfc3168, section 6.1.1.1. fallback | Daniel Borkmann | 3 | -1/+24 |
2015-05-19 | tcp: don't over-send F-RTO probes | Yuchung Cheng | 1 | -3/+3 |
2015-05-19 | tcp: only undo on partial ACKs in CA_Loss | Yuchung Cheng | 1 | -3/+6 |
2015-05-19 | tcp: Return error instead of partial read for saved syn headers | Eric B Munson | 1 | -1/+9 |
2015-05-19 | bridge_netfilter: No ICMP packet on IPv4 fragmentation error | Andy Zhou | 1 | -12/+28 |
2015-05-19 | IPv4: skip ICMP for bridge contrack users when defrag expires | Andy Zhou | 1 | -1/+3 |
2015-05-19 | ipv4: introduce frag_expire_skip_icmp() | Andy Zhou | 1 | -4/+9 |
2015-05-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 1 | -0/+5 |
2015-05-18 | tcp/ipv6: fix flow label setting in TIME_WAIT state | Florent Fourcot | 1 | -1/+1 |
2015-05-18 | tcp: halves tcp_mem[] limits | Eric Dumazet | 1 | -4/+5 |
2015-05-18 | tcp: allow one skb to be received per socket under memory pressure | Eric Dumazet | 1 | -4/+6 |
2015-05-18 | tcp: fix behavior for epoll edge trigger | Eric Dumazet | 1 | -2/+13 |
2015-05-18 | tcp: introduce tcp_under_memory_pressure() | Eric Dumazet | 3 | -7/+7 |
2015-05-18 | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() | Eric Dumazet | 1 | -2/+4 |
2015-05-17 | netfilter: synproxy: fix sparse errors | Eric Dumazet | 1 | -2/+2 |
2015-05-17 | ipip: fix one sparse error | Eric Dumazet | 1 | -1/+2 |
2015-05-15 | netfilter: x_tables: add context to know if extension runs from nft_compat | Pablo Neira Ayuso | 1 | -0/+5 |
2015-05-15 | rename RTNH_F_EXTERNAL to RTNH_F_OFFLOAD | Roopa Prabhu | 1 | -1/+1 |
2015-05-15 | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64 | Alexander Duyck | 1 | -16/+2 |
2015-05-13 | geneve_core: identify as driver library in modules description | John W. Linville | 1 | -2/+2 |
2015-05-13 | geneve: Rename support library as geneve_core | John W. Linville | 3 | -3/+3 |
2015-05-13 | geneve: move definition of geneve_hdr() to geneve.h | John W. Linville | 1 | -5/+0 |