aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-01ip_gre: erspan device should keep dstXin Long1-0/+1
2017-10-01ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long1-1/+3
2017-10-01ip_gre: check packet length and mtu correctly in erspan_xmitXin Long1-1/+1
2017-10-01ip_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-22inet: fix improper empty comparisonJosef Bacik1-1/+1
2017-09-22net: use inet6_rcv_saddr to compare socketsJosef Bacik1-1/+1
2017-09-22net: set tb->fast_sk_familyJosef Bacik1-0/+2
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-18tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-09-12ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-08tcp: 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-07udp: drop head states only when all skb references are gonePaolo Abeni1-1/+4
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds71-1359/+1323
2017-09-05Merge 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
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar8-27/+45
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller12-84/+63
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-01net: Add module reference to FIB notifiersIdo Schimmel1-0/+2
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet1-2/+0
2017-09-01tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande1-6/+103
2017-09-01inet_diag: allow protocols to provide additional dataIvan Delalande1-4/+18
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-26/+44
2017-09-01inetpeer: fix RCU lookup()Eric Dumazet1-3/+6
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman1-23/+47
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal5-6/+192
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2-20/+46
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2-2/+2
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-3/+4
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern1-0/+6
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu1-4/+98
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu1-15/+40
2017-08-28Revert "ipv4: make net_protocol const"David Ahern1-2/+2
2017-08-28ipv4: make net_protocol constBhumika Goyal1-2/+2