aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-08inetpeer: add namespace support for inetpeerGao feng2-19/+51
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2012-06-04net: Remove casts to same typeJoe Perches3-10/+9
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-2/+2
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet2-5/+14
2012-06-04tcp: tcp_make_synack() can use alloc_skb()Eric Dumazet1-1/+1
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet1-3/+6
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet1-1/+2
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-15/+9
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-7/+27
2012-05-27xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier1-15/+9
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-26/+24
2012-05-24tcp: take care of overlaps in tcp_try_coalesce()Eric Dumazet1-0/+5
2012-05-24ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang1-6/+6
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird3-20/+13
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+8
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-39/+38
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack3-3/+21
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack1-3/+2
2012-05-19ipv4: use skb coalescing in defragmentationEric Dumazet1-6/+20
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet1-64/+3
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet1-5/+5
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau1-2/+1
2012-05-17tcp: bool conversionsEric Dumazet7-186/+189
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-6/+6
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller3-16/+3
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches7-41/+42
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker3-16/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches17-105/+75
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich1-2/+2
2012-05-10tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov1-1/+1
2012-05-10tcp: Schedule rmem for rcvq repair sendPavel Emelyanov1-0/+3
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov2-34/+34
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller1-0/+2
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso2-642/+0
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+23
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko1-4/+9
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet1-1/+1
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck1-1/+1
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman1-3/+8
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck1-26/+29
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck1-17/+25
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck1-6/+4
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck1-7/+2
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet2-24/+26
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet1-14/+28
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2-5/+6