summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-06-19ipv4: Early TCP socket demux.David S. Miller
2012-06-19inet: Sanitize inet{,6} protocol demux.David S. Miller
2012-06-17ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.David S. Miller
2012-06-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-06-16netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso
2012-06-16netfilter: nf_ct_helper: implement variable length helper private dataPablo Neira Ayuso
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller
2012-06-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng
2012-06-08inetpeer: add namespace support for inetpeerGao feng
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat
2012-06-07netfilter: ipv4, defrag: switch hook PFs to nfprotoAlban Crequy
2012-06-07netfilter: nf_conntrack: add namespace support for cttimeoutGao feng
2012-06-07netfilter: nf_conntrack: remove now unused sysctl for nf_conntrack_l[3|4]protoPablo Neira Ayuso
2012-06-07netfilter: nf_ct_ipv4: add namespace supportGao feng
2012-06-07netfilter: nf_ct_icmp: add namespace supportGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l3 protocol trackersGao feng
2012-06-07netfilter: nf_conntrack: prepare namespace support for l4 protocol trackersGao feng
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet
2012-06-04net: Remove casts to same typeJoe Perches
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet
2012-06-04tcp: tcp_make_synack() can use alloc_skb()Eric Dumazet
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa
2012-05-27xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet
2012-05-24ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds