summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-182-8/+3Star
|\
| * 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/+2Star
* | 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-092-2/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-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/+5Star
* | | 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-021-5/+22
* | | ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-302-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
| |\ \
| | * | vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-01-091-0/+50
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-01-292-19/+1Star
|\ \ \ \
| * | | | netfilter: ipv4: remove useless export_symbolFlorian Westphal2019-01-281-18/+0Star
| * | | | netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2019-01-181-1/+1
* | | | | tcp: change pingpong threshold to 3Wei Wang2019-01-271-6/+9
* | | | | tcp: Refactor pingpong codeWei Wang2019-01-275-14/+14
* | | | | net: ipv4: ip_input: fix blank line coding style issuesYang Wei2019-01-271-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-273-10/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-01-251-1/+7
| * | | | net: ip_gre: use erspan key field for tunnel lookupLorenzo Bianconi2019-01-222-9/+17
* | | | | ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmitwenxu2019-01-261-93/+19Star
* | | | | ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu2019-01-261-2/+3
* | | | | ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2019-01-262-11/+28
* | | | | ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu2019-01-261-5/+15
* | | | | tcp: allow zerocopy with fastopenWillem de Bruijn2019-01-262-7/+5Star
* | | | | net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-262-262/+320
* | | | | tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2019-01-251-1/+121
* | | | | tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2019-01-251-21/+39
* | | | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-231-29/+22Star
* | | | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-231-19/+4Star
* | | | | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-23/+20Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-219-22/+52
|\| | | |
| * | | | net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
| | |_|/ | |/| |
| * | | udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-183-1/+3
| * | | udp: with udp_segment release on error pathWillem de Bruijn2019-01-171-4/+12
| * | | erspan: build the header with the right proto according to erspan_verXin Long2019-01-161-9/+14