summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell2013-10-221-0/+2
| * | | | | | ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko2013-10-201-4/+9
| * | | | | | tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet2013-10-171-2/+1
| * | | | | | tcp: must unclone packets before mangling themEric Dumazet2013-10-171-3/+6
| * | | | | | tcp: fix incorrect ca_state in tail loss probeYuchung Cheng2013-10-171-1/+1
| | |_|/ / / | |/| | | |
| * | | | | vti: get rid of nf mark rule in preroutingChristophe Gouault2013-10-111-3/+11
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-10-091-0/+1
| |\ \ \ \ \
| | * | | | | xfrm: Decode sessions with output interface.Steffen Klassert2013-09-161-0/+1
* | | | | | | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-222-0/+2
* | | | | | | ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman2013-10-221-4/+0
* | | | | | | ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman2013-10-221-18/+5
* | | | | | | tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-221-43/+18
* | | | | | | tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-225-29/+19
* | | | | | | tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2013-10-222-51/+2
* | | | | | | tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman2013-10-221-13/+0
| |_|/ / / / |/| | | | |
* | | | | | tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2013-10-202-11/+21
* | | | | | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa2013-10-203-28/+9
* | | | | | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa2013-10-201-10/+5
* | | | | | ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-202-4/+33
* | | | | | ipip: add GSO/TSO supportEric Dumazet2013-10-205-6/+19
* | | | | | ipv4: gso: make inet_gso_segment() stackableEric Dumazet2013-10-201-7/+18
* | | | | | ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-202-29/+33
* | | | | | net: ipv4/ipv6: Remove extern from function prototypesJoe Perches2013-10-203-38/+34
* | | | | | ipv4: gso: send_check() & segment() cleanupsEric Dumazet2013-10-201-13/+11
* | | | | | tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell2013-10-181-15/+0
* | | | | | fib: Use const struct nl_info * in rtmsg_fibJoe Perches2013-10-182-2/+2
* | | | | | fib_trie: remove duplicated rcu lockbaker.zhang2013-10-181-2/+0
* | | | | | tcp: rename tcp_tso_segment()Eric Dumazet2013-10-181-3/+3
* | | | | | ipv4: shrink rt_cache_statEric Dumazet2013-10-171-8/+8
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller2013-10-1717-39/+719
|\ \ \ \ \
| * | | | | netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso2013-10-143-0/+107
| * | | | | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-141-2/+30
| * | | | | netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2013-10-142-154/+3
| * | | | | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-143-8/+36
| * | | | | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-145-122/+70
| * | | | | netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-142-12/+24
| * | | | | netfilter: add nftablesPatrick McHardy2013-10-146-0/+703
| * | | | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-1410-39/+44
* | | | | | inet_diag: use sock_gen_put()Eric Dumazet2013-10-171-6/+3
|/ / / / /
* | | | / tcp: tcp_transmit_skb() optimizationsEric Dumazet2013-10-111-7/+7
| |_|_|/ |/| | |
* | | | inet: rename ir_loc_port to ir_numEric Dumazet2013-10-103-7/+7
* | | | tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet2013-10-101-1/+6
* | | | inet: includes a sock_common in request_sockEric Dumazet2013-10-106-52/+55
* | | | fib_trie: only calc for the un-first nodebaker.zhang2013-10-101-5/+1
* | | | net: fix build errors if ipv6 is disabledEric Dumazet2013-10-092-3/+9
* | | | udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet2013-10-091-1/+1
* | | | ipv6: make lookups simpler and fasterEric Dumazet2013-10-096-59/+40
* | | | tcp/dccp: remove twchainEric Dumazet2013-10-095-189/+85
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-094-3/+8
|\| | |
| * | | ipv4: fix ineffective source address selectionJiri Benc2013-10-071-1/+1