summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey
2019-02-25net: Add __icmp_send helper.Nazarov Sergey
2019-02-25tcp: clean up SOCK_DEBUG()Yafang Shao
2019-02-25tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo
2019-02-24ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu
2019-02-24ipv4: icmp: use icmp_sk_exit()Kefeng Wang
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-02-21net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi
2019-02-21net: remove unneeded switch fall-throughLi RongQing
2019-02-21ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair
2019-02-20gso: validate gso_type on ipip style tunnelsWillem de Bruijn
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-02-17tcp: tcp_v4_err() should be more carefulEric Dumazet
2019-02-17tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet
2019-02-16netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-13netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal
2019-02-11netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-01-28netfilter: ipv4: remove useless export_symbolFlorian Westphal
2019-01-28esp: Skip TX bytes accounting when sending from a request socketMartin Willi
2019-01-28netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell
2019-01-27tcp: change pingpong threshold to 3Wei Wang
2019-01-27tcp: Refactor pingpong codeWei Wang
2019-01-27net: ipv4: ip_input: fix blank line coding style issuesYang Wei
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2019-01-26ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu