summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-25ah4: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-25esp4: Use the IPsec protocol multiplexer APISteffen Klassert
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-02-19tcp: use zero-window when free_space is lowFlorian Westphal
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-17ipv4: fix counter in_slow_totDuan Jiong
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail
2014-02-13ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov
2014-02-13net: remove unnecessary return'sstephen hemminger
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-02-12{IPv4,xfrm} Add ESN support for AH ingress partFan Du
2014-02-12{IPv4,xfrm} Add ESN support for AH egress partFan Du
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet
2014-01-30net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger
2014-01-27net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp
2014-01-23remove extra definitions of U32_MAXAlex Elder
2014-01-23conditionally define U32_MAXAlex Elder
2014-01-23ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong
2014-01-23net/udp_offload: Handle static checker complaintsShlomo Pongratz
2014-01-23tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch
2014-01-22net/ipv4: queue work on power efficient wqviresh kumar
2014-01-22tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch
2014-01-21net: Add GRO support for UDP encapsulating protocolsOr Gerlitz
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa
2014-01-21tcp: delete redundant calls of tcp_mtup_init()Peter Pan(潘卫平)
2014-01-21ipv4: remove the useless argument from ip_tunnel_hash()Duan Jiong
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-18ipv4: be friend with drop monitorEric Dumazet