summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman19-0/+19
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-10-28tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet1-1/+1
2017-10-27ipip: only increase err_count for some certain type icmp in ipip_errXin Long1-17/+42
2017-10-26tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung1-1/+3
2017-10-26tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2-3/+3
2017-10-23tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet1-1/+2
2017-10-23tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den1-1/+3
2017-10-22soreuseport: fix initialization raceCraig Gallek2-8/+2
2017-10-21udp: make some messages more descriptiveMatteo Croce1-2/+2
2017-10-21tcp/dccp: fix ireq->opt racesEric Dumazet5-33/+25
2017-10-13ip: update policy routing config helpStephen Hemminger1-5/+3
2017-10-11Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet1-5/+0
2017-10-10net: defer call to cgroup_sk_alloc()Eric Dumazet1-0/+5
2017-10-10net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-0/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2017-10-09udp: fix bcast packet receptionPaolo Abeni1-9/+5
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-09netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang1-1/+2
2017-10-08gso: fix payload length when gso_size is zeroAlexey Kodanev2-2/+2
2017-10-02ip_gre: erspan device should keep dstXin Long1-0/+1
2017-10-02ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long1-1/+3
2017-10-02ip_gre: check packet length and mtu correctly in erspan_xmitXin Long1-1/+1
2017-10-02ip_gre: get key from session_id correctly in erspan_rcvXin Long1-3/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni2-21/+38
2017-10-01IPv4: early demux can return an error codePaolo Abeni3-19/+26
2017-10-01ip_gre: ipgre_tap device should keep dstXin Long1-0/+1
2017-09-28inetpeer: fix RCU lookup() againEric Dumazet1-2/+2
2017-09-26vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-09-23inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-23net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-23net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-20tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-19tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-16tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-16net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-09-13ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-13tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2017-09-09ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-09tcp: fix a request socket leakEric Dumazet1-3/+3
2017-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+2
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2-0/+2
2017-09-08udp: drop head states only when all skb references are gonePaolo Abeni1-1/+4
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds71-1359/+1323
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+4
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-9/+3
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao3-8/+8
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+0