aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+7
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman1-2/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin10-82/+49
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-27/+60
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2013-02-25Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar1-8/+2
2013-02-25IP_GRE: Fix GRE_CSUM case.Pravin B Shelar1-4/+8
2013-02-25IP_GRE: Fix IP-Identification.Pravin B Shelar2-3/+6
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-22tcp: fix SYN-data space mis-accountingYuchung Cheng1-7/+11
2013-02-22ipv4: fix error handling in icmp_protocol.Li Wei2-1/+24
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet1-2/+7
2013-02-21ipv4: fix a bug in ping_err().Li Wei1-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-12/+3
2013-02-19ip_gre: remove an extra dst_release()Eric Dumazet1-3/+1
2013-02-19net: ipv4: fix waring -Wunused-variableGao feng1-4/+5
2013-02-19ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov1-2/+8
2013-02-19ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov1-5/+2
2013-02-18Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-8/+2
2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso1-8/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng11-27/+27
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng11-21/+23
2013-02-18ip: fix warning in xfrm4_mode_tunnel_inputstephen hemminger1-1/+2
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar5-8/+197
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar5-7/+5
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-12/+46
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar5-8/+6
2013-02-13tcp: send packets with a socket timestampAndrey Vagin4-8/+17
2013-02-13tcp: set and get per-socket timestampAndrey Vagin1-0/+9
2013-02-13tcp: adding a per-socket timestamp offsetAndrey Vagin2-0/+4
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+11
2013-02-10arp: fix possible crash in arp_rcv()Eric Dumazet1-10/+11
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2013-02-06tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-06xfrm: make gc_thresh configurable in all namespacesMichal Kubecek1-3/+46
2013-02-06xfrm: remove unused xfrm4_policy_fini()Michal Kubecek1-9/+0
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger5-53/+1
2013-02-05ipv4: Disallow non-namespace aware protocols to register.David S. Miller3-26/+6
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+18
2013-02-04ipcomp: Mark as netns_ok.David S. Miller1-0/+1
2013-02-04net: remove redundant check for timer pending state before del_timerYing Xue1-8/+4
2013-02-04tcp: Update MIB counters for dropsVijay Subramanian1-1/+2
2013-02-03tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet1-4/+10
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng1-2/+1
2013-01-29tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi1-1/+4
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-17/+117
2013-01-29ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward1-2/+2