aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-18tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet2-0/+8
2013-04-14net: tcp_memcontrol: minor: remove unused variableDaniel Borkmann1-1/+0
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann2-6/+5
2013-04-13tcp: tcp_tso_segment() small optimizationEric Dumazet1-2/+5
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet2-1/+13
2013-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+7
2013-04-09tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()Zefan Li1-2/+0
2013-04-08ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet1-3/+5
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller4-51/+98
2013-04-05netfilter: ipt_ULOG: add net namespace support for ipt_ULOGGao feng1-40/+89
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng2-5/+6
2013-04-05net: ipv4: notify when address lifetime changesJiri Pirko1-2/+4
2013-04-04net: frag queue per hash bucket lockingJesper Dangaard Brouer1-13/+44
2013-04-02ipconfig: add informative timeout messages while waiting for carrierPaul Gortmaker1-1/+12
2013-04-02netfilter: use IS_ENABLE to replace if defined in TRACE targetGao feng2-6/+3
2013-03-30ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli1-1/+0
2013-03-29ip_tunnel: Fix off-by-one error in forming dev name.Pravin B Shelar1-1/+1
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo4-13/+13
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2013-03-27net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer1-2/+0
2013-03-27net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer1-0/+3
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar1-2/+1
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packet inspection.YOSHIFUJI Hideaki / 吉藤英明1-6/+21
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2-39/+2
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-24tcp: undo spurious timeout after SACK renegingYuchung Cheng1-5/+2
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