summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-3/+3
2013-10-17ipv4: shrink rt_cache_statEric Dumazet1-8/+8
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet1-2/+1
2013-10-17tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-10-17Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller17-39/+719
2013-10-17inet_diag: use sock_gen_put()Eric Dumazet1-6/+3
2013-10-17netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIPGao feng1-4/+6
2013-10-17netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directoryGao feng1-1/+1
2013-10-17netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_getGao feng1-6/+6
2013-10-17netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespaceGao feng1-7/+11
2013-10-17netfilter: ipt_CLUSTERIP: make clusterip_list per net namespaceGao feng1-5/+7
2013-10-17netfilter: ipt_CLUSTERIP: make proc directory per net namespaceGao feng1-19/+51
2013-10-14netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso3-0/+107
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso1-2/+30
2013-10-14netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2-154/+3
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso3-8/+36
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso5-122/+70
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy2-12/+24
2013-10-14netfilter: add nftablesPatrick McHardy6-0/+703
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy10-39/+44
2013-10-11tcp: tcp_transmit_skb() optimizationsEric Dumazet1-7/+7
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet3-7/+7
2013-10-10tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()Eric Dumazet1-1/+6
2013-10-10inet: includes a sock_common in request_sockEric Dumazet6-52/+55
2013-10-10fib_trie: only calc for the un-first nodebaker.zhang1-5/+1
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet2-3/+9
2013-10-09udp: fix a typo in __udp4_lib_mcast_demux_lookupEric Dumazet1-1/+1
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet6-59/+40
2013-10-08tcp/dccp: remove twchainEric Dumazet5-189/+85
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+8
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer3-4/+5
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer2-18/+185
2013-10-08udp: Only allow busy read/poll on connected socketsShawn Bohrer1-2/+3
2013-10-07ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-10-03tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2-5/+5
2013-10-03net: ipv4: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-6/+5
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-10-02tcp: sndbuf autotuning improvementsEric Dumazet2-14/+26
2013-10-02fib_trie: avoid a redundant bit judgement in inflatebaker.zhang1-6/+3
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen1-0/+2
2013-10-02netfilter: ipt_ULOG: fix info leaksMathias Krause1-6/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-28/+37
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert1-2/+0
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert1-1/+1
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert1-1/+3