summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | 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-282-19/+1
|\ \ \ \
| * | | | netfilter: ipv4: remove useless export_symbolFlorian Westphal2019-01-281-18/+0
| * | | | 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-241-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/+19
* | | | | 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-252-7/+5
* | | | | net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-252-262/+320
* | | | | tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2019-01-241-1/+121
* | | | | tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2019-01-241-21/+39
* | | | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-221-29/+22
* | | | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-221-19/+4
* | | | | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-23/+20
* | | | | 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-173-1/+3
| * | | udp: with udp_segment release on error pathWillem de Bruijn2019-01-161-4/+12
| * | | erspan: build the header with the right proto according to erspan_verXin Long2019-01-161-9/+14
| * | | fou, fou6: do not assume linear skbsEric Dumazet2019-01-151-2/+7
| * | | tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-151-1/+1
| * | | net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-152-5/+14
* | | | net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski2019-01-191-5/+56
* | | | net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+70
* | | | net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski2019-01-191-4/+39
| |/ / |/| |
* | | tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-172-6/+4
* | | tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-172-6/+6