summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2012-09-27inetpeer: fix token initializationNicolas Dichtel-1/+4
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet-6/+8
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang-2/+2
2012-09-20tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin-3/+10
2012-09-19tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček-2/+8
2012-09-18tcp: fix regression in urgent data handlingEric Dumazet-3/+2
2012-09-18netns: move net->ipv4.rt_genid to net->rt_genidNicolas Dichtel-7/+2
2012-09-18net: rt_cache_flush() cleanupEric Dumazet-17/+2
2012-09-18ipv4/route: arg delay is useless in rt_cache_flush()Nicolas Dichtel-34/+21
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet-0/+5
2012-08-31Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller-1/+4
2012-08-30ipv4: must use rcu protection while calling fib_lookupEric Dumazet-0/+2
2012-08-30net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri-2/+12
2012-08-30netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso-1/+4
2012-08-24tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng-8/+7
2012-08-24ipv4: take rt_uncached_lock only if neededEric Dumazet-1/+1
2012-08-22ipv4: properly update pmtuEric Dumazet-1/+1
2012-08-21ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet-1/+1
2012-08-21ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch-1/+6
2012-08-21tcp: fix possible socket refcount problemEric Dumazet-10/+18
2012-08-20net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell-2/+1
2012-08-20Merge git://1984.lsi.us.es/nfDavid S. Miller-4/+5
2012-08-14ipv4: Cache local output routesYan, Zheng-1/+0
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet-4/+3
2012-08-10netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy-2/+3
2012-08-10netfilter: nf_ct_sip: fix IPv6 address parsingPatrick McHardy-2/+2
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet-1/+2
2012-08-09ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet-0/+1
2012-08-09tcp: must free metrics at net dismantleEric Dumazet-0/+12
2012-08-08net: fib: fix incorrect call_rcu_bh()Eric Dumazet-1/+1
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet-5/+14
2012-08-06ip: fix error handling in ip_finish_output2()Vasiliy Kulikov-1/+1
2012-08-06tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu-1/+1
2012-08-02ipv4: route.c cleanupEric Dumazet-4/+0
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings-11/+17
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-19/+22
2012-07-31netvm: prevent a stream-specific deadlockMel Gorman-10/+11
2012-07-31net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman-5/+7
2012-07-31memcg: rename config variablesAndrew Morton-4/+4
2012-07-31ipv4: Properly purge netdev references on uncached routes.David S. Miller-4/+66
2012-07-31ipv4: Cache routes in nexthop exception entries.David S. Miller-64/+78
2012-07-31ipv4: percpu nh_rth_output cacheEric Dumazet-6/+32
2012-07-31ipv4: Restore old dst_free() behavior.Eric Dumazet-13/+34
2012-07-30ipv4: remove rt_cache_rebuild_countEric Dumazet-11/+0
2012-07-30net: ipv4: fix RCU races on dst refcountsEric Dumazet-24/+14
2012-07-30net: TCP early demux cleanupEric Dumazet-2/+0
2012-07-29ipv4: clean up put_childLin Ming-26/+25
2012-07-29ipv4: fix debug info in tnode_newLin Ming-1/+1
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina-1/+3
2012-07-27ipv4: fix TCP early demuxEric Dumazet-8/+8