summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet-1/+1
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar-3/+9
2014-03-20ipmr: fix mfc notification flagsNicolas Dichtel-5/+8
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet-0/+11
2014-03-06inet: frag: make sure forced eviction removes all fragsFlorian Westphal-1/+1
2014-03-05net: fix for a race condition in the inet frag codeNikolay Aleksandrov-1/+2
2014-03-03ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long-1/+0
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng-4/+10
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet-2/+2
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa-2/+5
2014-02-24tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet-2/+1
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet-4/+11
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel-3/+4
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller-46/+46
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-5/+2
2014-02-17ipv4: fix counter in_slow_totDuan Jiong-2/+2
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal-3/+0
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong-2/+7
2014-02-14netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail-2/+2
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail-1/+1
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal-2/+69
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness-2/+11
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl-1/+1
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+85
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet-9/+11
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven-1/+2
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy-3/+4
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy-0/+80
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan-1/+4
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz-7/+8
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet-18/+11
2014-01-30net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz-1/+1
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong-1/+1
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger-1/+1
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-933/+1120
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp-0/+2
2014-01-23remove extra definitions of U32_MAXAlex Elder-3/+0
2014-01-23conditionally define U32_MAXAlex Elder-0/+2
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong-0/+1
2014-01-23net/udp_offload: Handle static checker complaintsShlomo Pongratz-4/+4
2014-01-23tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch-24/+40
2014-01-22net/ipv4: queue work on power efficient wqviresh kumar-4/+6
2014-01-22tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch-9/+5
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz-0/+143
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa-0/+3
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)-1/+0
2014-01-21ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong-5/+4
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa-4/+9