summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-06-07snmp: fix OutOctets counter to include forwarded datagramsVincent Bernat
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()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
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack
2012-05-19ipv4: use skb coalescing in defragmentationEric Dumazet
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-18ip_frag: struct inet_frags match() method returns a boolEric Dumazet
2012-05-17tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau
2012-05-17tcp: bool conversionsEric Dumazet
2012-05-17net: include/net/sock.h cleanupEric Dumazet
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich
2012-05-10tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov
2012-05-10tcp: Schedule rmem for rcvq repair sendPavel Emelyanov
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov
2012-05-10ipv4: Do not use dead fib_info entries.David S. Miller
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet
2012-05-03skb: Add skb_head_is_locked helper functionAlexander Duyck
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman
2012-05-03tcp: move stats merge to the end of tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Move code related to head frag in tcp_try_coalesceAlexander Duyck
2012-05-03tcp: Fix truesize accounting in tcp_try_coalesceAlexander Duyck
2012-05-03net: Stop decapitating clones that have a head_fragAlexander Duyck
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet
2012-05-02net: take care of cloned skbs in tcp_try_coalesce()Eric Dumazet
2012-05-02tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng
2012-05-02tcp: early retransmitYuchung Cheng
2012-05-02tcp: early retransmit: tcp_enter_recovery()Yuchung Cheng
2012-04-30tcp: makes tcp_try_coalesce aware of skb->head_fragEric Dumazet