summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert1-22/+15
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert1-16/+23
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo4-54/+62
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet1-42/+47
2014-09-23icmp: add a global rate limitationEric Dumazet2-4/+76
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+6
2014-09-23ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet1-3/+3
2014-09-23tcp: avoid possible arithmetic overflowsEric Dumazet4-14/+14
2014-09-20gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert1-5/+85
2014-09-20ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-09-20net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+90
2014-09-20fou: Add GRO supportTom Herbert2-1/+93
2014-09-20fou: Support for foo-over-udp RX pathTom Herbert3-0/+290
2014-09-20net: Export inet_offloads and inet6_offloadsTom Herbert1-0/+1
2014-09-20tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-1/+52
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou1-64/+21
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+0
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-3/+3
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet1-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-3/+1
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet3-13/+16
2014-09-13udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood1-1/+1
2014-09-12netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso1-12/+15
2014-09-12netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso1-10/+9
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-418/+536
2014-09-10ipip: Add gro callbacks to ipip offloadTom Herbert1-0/+2
2014-09-10ipv4: udp4_gro_complete() is staticEric Dumazet1-1/+1
2014-09-10ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-10tcp: remove dst refcount false sharing for prequeue modeEric Dumazet1-4/+16
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat3-13/+9
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero3-0/+96
2014-09-09netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero4-99/+170
2014-09-09inet: remove dead inetpeer sequence codeWillem de Bruijn1-21/+0
2014-09-09net: Fix GRE RX to use skb_transport_header for GRE header offsetTom Herbert1-3/+2
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-48/+56
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2-3/+3
2014-09-06tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()Neal Cardwell1-3/+0
2014-09-06tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet4-30/+24
2014-09-06tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet3-3/+3
2014-09-06net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck1-1/+1
2014-09-06ipv4: harden fnhe_hashfun()Eric Dumazet1-4/+4
2014-09-06ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2-6/+8
2014-09-05ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa2-16/+25
2014-09-02netfilter: nft_chain_nat_ipv4: use generic IPv4 NAT code from corePablo Neira Ayuso1-120/+37
2014-09-02netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso2-199/+233
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn1-13/+2
2014-09-02gre: Add support for checksum unnecessary conversionsTom Herbert2-2/+10
2014-09-02udp: Add support for doing checksum unnecessary conversionTom Herbert2-8/+21
2014-09-02tcp: whitespace fixesstephen hemminger15-123/+104