summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2017-09-08ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan-2/+2
2017-09-08tcp: fix a request socket leakEric Dumazet-3/+3
2017-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+2
2017-09-08netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal-0/+2
2017-09-07udp: drop head states only when all skb references are gonePaolo Abeni-1/+4
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1359/+1323
2017-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+4
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao-9/+3
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao-8/+8
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal-1/+0
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar-27/+45
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-84/+63
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer-9/+3
2017-09-03Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer-3/+1
2017-09-01net: Add module reference to FIB notifiersIdo Schimmel-0/+2
2017-09-01net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet-2/+0
2017-09-01tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande-6/+103
2017-09-01inet_diag: allow protocols to provide additional dataIvan Delalande-4/+18
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+44
2017-09-01inetpeer: fix RCU lookup()Eric Dumazet-3/+6
2017-09-01udp: fix secpath leakYossi Kuperman-1/+1
2017-08-31xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman-23/+47
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal-6/+192
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal-20/+46
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet-2/+2
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-3/+4
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern-0/+6
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu-4/+98
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu-15/+40
2017-08-28Revert "ipv4: make net_protocol const"David Ahern-2/+2
2017-08-28ipv4: make net_protocol constBhumika Goyal-2/+2
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni-1/+3
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet-2/+1
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca-6/+15
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-22/+40
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert-1/+1
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert-2/+3
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-10/+13
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal-19/+0
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal-1/+0
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal-1/+0
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal-6/+7
2017-08-24netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers-27/+30
2017-08-23gre: remove duplicated assignment of iphColin Ian King-1/+0
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long-1/+37
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney-4/+98
2017-08-22gre: fix goto statement typoWilliam Tu-2/+2
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu-0/+269
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn-9/+5
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang-5/+3