| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | net: ipv4: un-inline ip_finish_output2 | Florian Westphal | 2015-06-12 | 1 | -1/+1 |
| |/ / |
|
| * | | tcp: remove obsolete check in tcp_set_skb_tso_segs() | Eric Dumazet | 2015-06-12 | 1 | -3/+0 |
| * | | tcp: fill shinfo->gso_size at last moment | Eric Dumazet | 2015-06-12 | 2 | -12/+8 |
| * | | tcp: tcp_set_skb_tso_segs() no longer need struct sock parameter | Eric Dumazet | 2015-06-12 | 1 | -16/+14 |
| * | | tcp: fill shinfo->gso_type at last moment | Eric Dumazet | 2015-06-12 | 2 | -9/+3 |
| * | | tcp: reserve tcp_skb_mss() to tcp stack | Eric Dumazet | 2015-06-12 | 1 | -2/+2 |
| * | | tcp: add CDG congestion control | Kenneth Klette Jonassen | 2015-06-11 | 3 | -0/+454 |
| * | | tcp: export tcp_enter_cwr() | Kenneth Klette Jonassen | 2015-06-11 | 1 | -0/+1 |
| * | | net: tcp: dctcp_update_alpha() fixes. | Eric Dumazet | 2015-06-11 | 1 | -10/+16 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-09 | 1 | -3/+15 |
| |\| |
|
| * | | fib_trie: coding style: Use pointer after check | Firo Yang | 2015-06-08 | 1 | -8/+13 |
| * | | tcp: get_cookie_sock() consolidation | Eric Dumazet | 2015-06-08 | 1 | -5/+5 |
| * | | tcp: remove redundant checks II | Eric Dumazet | 2015-06-07 | 1 | -4/+0 |
| * | | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations | Eric Dumazet | 2015-06-07 | 2 | -1/+9 |
| * | | tcp: double default TSQ output bytes limit | Wei Liu | 2015-06-04 | 1 | -2/+2 |
| * | | tcp: remove redundant checks | Eric Dumazet | 2015-06-04 | 1 | -2/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-02 | 5 | -11/+22 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-05-31 | 1 | -3/+1 |
| |\ \ \ |
|
| | * | | | netfilter: remove unused comefrom hookmask argument | Florian Westphal | 2015-05-26 | 1 | -3/+1 |
| * | | | | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | 2015-05-31 | 1 | -4/+6 |
| * | | | | tcp/dccp: warn user for preferred ip_local_port_range | Eric Dumazet | 2015-05-27 | 1 | -0/+6 |
| * | | | | tcp: connect() from bound sockets can be faster | Eric Dumazet | 2015-05-27 | 1 | -2/+7 |
| * | | | | tcp/dccp: try to not exhaust ip_local_port_range in connect() | Eric Dumazet | 2015-05-27 | 2 | -3/+9 |
| * | | | | ip_fragment: don't forward defragmented DF packet | Florian Westphal | 2015-05-27 | 2 | -7/+36 |
| * | | | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper | Florian Westphal | 2015-05-27 | 1 | -7/+12 |
| * | | | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. | David S. Miller | 2015-05-27 | 1 | -0/+1 |
| * | | | | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet | 2015-05-27 | 2 | -3/+3 |
| * | | | | tcp: fix/cleanup inet_ehash_locks_alloc() | Eric Dumazet | 2015-05-27 | 1 | -0/+31 |
| * | | | | ip: reject too-big defragmented DF-skb when forwarding | Florian Westphal | 2015-05-25 | 1 | -7/+11 |
| * | | | | net: make skb_splice_bits more configureable | Hannes Frederic Sowa | 2015-05-25 | 1 | -2/+3 |
| * | | | | net: skbuff: add skb_append_pagefrags and use it | Hannes Frederic Sowa | 2015-05-25 | 1 | -11/+4 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 8 | -12/+43 |
| |\ \ \ \ |
|
| * | | | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info | Marcelo Ricardo Leitner | 2015-05-22 | 4 | -0/+5 |
| * | | | | | tcp: improve REUSEADDR/NOREUSEADDR cohabitation | Eric Dumazet | 2015-05-22 | 1 | -0/+14 |
| * | | | | | inet_hashinfo: remove bsocket counter | Eric Dumazet | 2015-05-22 | 2 | -12/+0 |
| * | | | | | tcp: ensure epoll edge trigger wakeup when write queue is empty | Jason Baron | 2015-05-22 | 1 | -0/+6 |
| * | | | | | tcp: add a force_schedule argument to sk_stream_alloc_skb() | Eric Dumazet | 2015-05-21 | 2 | -13/+16 |
| * | | | | | tcp: add rfc3168, section 6.1.1.1. fallback | Daniel Borkmann | 2015-05-19 | 3 | -1/+24 |
| * | | | | | tcp: Return error instead of partial read for saved syn headers | Eric B Munson | 2015-05-19 | 1 | -1/+9 |
| | |/ / /
| |/| | | |
|
| * | | | | bridge_netfilter: No ICMP packet on IPv4 fragmentation error | Andy Zhou | 2015-05-19 | 1 | -12/+28 |
| * | | | | IPv4: skip ICMP for bridge contrack users when defrag expires | Andy Zhou | 2015-05-19 | 1 | -1/+3 |
| * | | | | ipv4: introduce frag_expire_skip_icmp() | Andy Zhou | 2015-05-19 | 1 | -4/+9 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-05-18 | 1 | -0/+5 |
| |\ \ \ \ |
|
| | * | | | | netfilter: x_tables: add context to know if extension runs from nft_compat | Pablo Neira Ayuso | 2015-05-15 | 1 | -0/+5 |
| * | | | | | tcp: halves tcp_mem[] limits | Eric Dumazet | 2015-05-18 | 1 | -4/+5 |
| * | | | | | tcp: allow one skb to be received per socket under memory pressure | Eric Dumazet | 2015-05-18 | 1 | -4/+6 |
| * | | | | | tcp: fix behavior for epoll edge trigger | Eric Dumazet | 2015-05-18 | 1 | -2/+13 |
| * | | | | | tcp: introduce tcp_under_memory_pressure() | Eric Dumazet | 2015-05-18 | 3 | -7/+7 |
| * | | | | | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() | Eric Dumazet | 2015-05-18 | 1 | -2/+4 |
| * | | | | | netfilter: synproxy: fix sparse errors | Eric Dumazet | 2015-05-17 | 1 | -2/+2 |