aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar2-690/+57
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar9-1196/+1361
2013-03-25ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-2/+1
2013-03-25Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-25Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-25Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-3/+1
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6Hannes Frederic Sowa2-30/+23
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel1-0/+6
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf3-7/+6
2013-03-22udp: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-22ip_gre: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-21tcp: implement RFC5682 F-RTOYuchung Cheng1-13/+60
2013-03-21tcp: refactor CA_Loss state processingYuchung Cheng1-16/+26
2013-03-21tcp: refactor F-RTOYuchung Cheng6-396/+8
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-35/+41
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey1-1/+2
2013-03-20udp: add encap_destroy callbackTom Parkin1-0/+7
2013-03-20Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-13/+0
2013-03-20netfilter: remove unused "config IP_NF_QUEUE"Paul Bolle1-13/+0
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2-8/+23
2013-03-18tcp: dont handle MTU reduction on LISTEN socketEric Dumazet1-7/+7
2013-03-17tcp: Remove TCPCTChristoph Paasch8-641/+26
2013-03-16Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally"Timo Teräs1-4/+1
2013-03-15ipv4: replace ip_fast_csum with csum_replace2Li RongQing1-3/+2
2013-03-15ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu1-3/+1
2013-03-14tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-12tcp: TLP loss detection.Nandita Dukkipati5-0/+52
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati7-22/+156
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+3
2013-03-12net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-10tunnel: use iptunnel_xmit() againCong Wang2-32/+2
2013-03-09ipip: capture inner headers during encapsulationPravin B Shelar1-6/+7
2013-03-09ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+20
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar3-26/+96
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar1-3/+0
2013-03-07Fix: sparse warning in inet_csk_prepare_forced_closeChristoph Paasch1-0/+1
2013-03-07tcp: uninline tcp_prequeue()Eric Dumazet1-0/+44
2013-03-06netconf: add the handler to dump entriesNicolas Dichtel1-1/+69
2013-03-06net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward1-1/+1
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