summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-272-9/+5
* netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-273-346/+2
* netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-58/+0
* netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-273-202/+2
* tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6
* tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
* tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-263-4/+4
* tcp: get rid of tcp_check_send_head()Eric Dumazet2019-02-261-1/+2
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-262-33/+13
* tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-251-18/+1
* tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6
* ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu2019-02-241-11/+27
* ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2019-02-241-0/+18
* ipv4: icmp: use icmp_sk_exit()Kefeng Wang2019-02-241-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-244-19/+23
|\
| * tcp: repaired skbs must init their tso_segsEric Dumazet2019-02-231-0/+1
| * udp: fix possible user after free in error handlerPaolo Abeni2019-02-221-2/+4
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-211-1/+1
| |\
| | * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
| * | net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-02-211-16/+17
* | | net: remove unneeded switch fall-throughLi RongQing2019-02-211-1/+0
* | | ipmr: ip6mr: Create new sockopt to clear mfc cache or vifsCallum Sinclair2019-02-211-27/+48
* | | gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-201-1/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-1/+6
|\| |
| * | tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-171-1/+4
| * | tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-182-8/+3
|\ \ \
| * | | netfilter: ipt_CLUSTERIP: make symbol 'cip_netdev_notifier' staticWei Yongjun2019-02-161-1/+1
| * | | netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac2019-02-131-7/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-155-4/+22
|\ \ \ \ | | |/ / | |/| |
| * | | inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-121-1/+9
| * | | netfilter: nat: fix spurious connection timeoutsFlorian Westphal2019-02-111-0/+1
| * | | netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbsJann Horn2019-02-111-1/+6
| * | | net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-082-2/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+6
|\| | |
| * | | net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
* | | | net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2019-02-061-14/+5
* | | | net: Introduce ndo_get_port_parent_id()Florian Fainelli2019-02-061-1/+7
* | | | net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli2019-02-031-11/+24
* | | | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-13/+17
* | | | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-8/+25
* | | | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-1/+1
* | | | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-3/+3
* | | | ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron2019-02-031-1/+2
* | | | ipconfig: add carrier_timeout kernel parameterMartin Kepplinger2019-02-011-5/+22
* | | | ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-011-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-292-1/+51
|\| | | | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-281-1/+1
| |\ \ | | |/ | |/|
| | * netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-01-281-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-01-271-0/+50
| |\ \