aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong1-2/+7
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail1-1/+1
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+69
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl1-1/+1
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-1/+85
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet2-9/+11
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-3/+4
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy3-0/+80
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan1-1/+4
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz1-7/+8
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet1-18/+11
2014-01-30net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz1-1/+1
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong1-1/+1
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat1-1/+2
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds56-933/+1120
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp1-0/+2
2014-01-23remove extra definitions of U32_MAXAlex Elder1-3/+0
2014-01-23conditionally define U32_MAXAlex Elder1-0/+2
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-01-23net/udp_offload: Handle static checker complaintsShlomo Pongratz1-4/+4
2014-01-23tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch1-24/+40
2014-01-22net/ipv4: queue work on power efficient wqviresh kumar1-4/+6
2014-01-22tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch1-9/+5
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz1-0/+143
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa1-0/+3
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)1-1/+0
2014-01-21ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong1-5/+4
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2-4/+9
2014-01-18ipv4: be friend with drop monitorEric Dumazet4-6/+6
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle4-10/+8
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+38
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet1-20/+14
2014-01-17tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITFlorent Fourcot1-0/+1
2014-01-16net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker1-8/+2
2014-01-14tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet1-2/+0
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane4-6/+6
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong2-4/+8
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell1-10/+6
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-13ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2-4/+25
2014-01-13ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofingHannes Frederic Sowa4-8/+17