summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-09-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams
2014-09-28net_dma: revert 'copied_early'Dan Williams
2014-09-28net_dma: simple removalDan Williams
2014-09-26net: introduce __skb_header_release()Eric Dumazet
2014-09-26ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet
2014-09-23icmp: add a global rate limitationEric Dumazet
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert
2014-09-19fou: Add GRO supportTom Herbert
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood
2014-09-12netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso
2014-09-12netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-09-10ipip: Add gro callbacks to ipip offloadTom Herbert
2014-09-10ipv4: udp4_gro_complete() is staticEric Dumazet
2014-09-10ipv4: rcu cleanup in ip_ra_control()Eric Dumazet
2014-09-09tcp: remove dst refcount false sharing for prequeue modeEric Dumazet
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat
2014-09-09netfilter: nf_tables: add new nft_masq expressionArturo Borrero
2014-09-09netfilter: nf_nat: generalize IPv4 masquerading support for nf_tablesArturo Borrero
2014-09-08inet: remove dead inetpeer sequence codeWillem de Bruijn
2014-09-08net: Fix GRE RX to use skb_transport_header for GRE header offsetTom Herbert
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller