aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26tcp: convert tcp_md5_needed to static_branch APIEric Dumazet3-4/+4
2019-02-26tcp: get rid of tcp_check_send_head()Eric Dumazet1-1/+2
2019-02-26net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2-33/+13
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao1-18/+1
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo1-10/+6
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu1-11/+27
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu1-0/+18
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang1-3/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-19/+23
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17
2019-02-21net: remove unneeded switch fall-throughLi RongQing1-1/+0
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair1-27/+48
2019-02-20gso: validate gso_type on ipip style tunnelsWillem de Bruijn1-1/+10
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+6
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-8/+3
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet1-1/+4
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet1-1/+1
2019-02-16netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-4/+22
2019-02-13netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac1-7/+2
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov1-1/+9
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal1-0/+1
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn1-1/+6
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2-2/+6
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli1-14/+5
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli1-1/+7
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli1-11/+24
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-13/+17
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-8/+25
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani1-1/+1
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani1-3/+3
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron1-1/+2
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger1-5/+22
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+51
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-19/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal1-18/+0
2019-01-28esp: Skip TX bytes accounting when sending from a request socketMartin Willi1-1/+1
2019-01-28netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell1-1/+1
2019-01-27tcp: change pingpong threshold to 3Wei Wang1-6/+9
2019-01-27tcp: Refactor pingpong codeWei Wang5-14/+14
2019-01-27net: ipv4: ip_input: fix blank line coding style issuesYang Wei1-1/+1
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+24
2019-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+50