summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet
2013-10-17ipv4: shrink rt_cache_statEric Dumazet
2013-10-17Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller
2013-10-17inet_diag: use sock_gen_put()Eric Dumazet
2013-10-14netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy
2013-10-14netfilter: add nftablesPatrick McHardy
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet
2013-10-09udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer
2013-10-08udp: Only allow busy read/poll on connected socketsShawn Bohrer
2013-10-07ipv4: fix ineffective source address selectionJiri Benc
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert