summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-152-8/+9
|\
| * tcp: fix tcp_ecn_withdraw_cwr() to clear TCP_ECN_QUEUE_CWRNeal Cardwell2019-09-111-1/+1
| * net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-7/+8
* | ip: support SO_MARK cmsgWillem de Bruijn2019-09-134-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-132-5/+5
|\ \
| * | netfilter: fix coding-style errors.Jeremy Sowden2019-09-132-5/+5
* | | tcp: force a PSH flag on TSO packetsEric Dumazet2019-09-111-2/+13
|/ /
* | ipmr: remove hard code cache_resolve_queue_len limitHangbin Liu2019-09-071-2/+2
* | tcp: ulp: fix possible crash in tcp_diag_get_aux_size()Eric Dumazet2019-09-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-022-11/+22
|\ \ | |/
| * tcp: inherit timestamp on mtu probeWillem de Bruijn2019-08-281-1/+2
| * tcp: remove empty skb from write queue in error casesEric Dumazet2019-08-271-10/+20
* | tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-08-311-1/+51
* | tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao2019-08-301-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-274-12/+21
|\ \ | |/
| * net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-242-8/+11
| * ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-08-241-1/+7
| * net: fix icmp_socket_deliver argument 2 inputLi RongQing2019-08-211-1/+1
| * net: fix __ip_mc_inc_group usageLi RongQing2019-08-201-2/+2
* | nexthops: remove redundant assignment to variable errColin Ian King2019-08-221-1/+1
* | net: remove empty inet_exit_netLi RongQing2019-08-191-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-195-13/+46
|\ \ | |/
| * net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-083-1/+11
| * inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-082-12/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2019-08-131-2/+2
|\ \
| * | netfilter: synproxy: rename mss synproxy_options fieldFernando Fernandez Mancera2019-08-031-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-132-5/+91
|\ \ \
| * | | tcp: add skb-less helpers to retrieve SYN cookiePetar Penkov2019-07-302-0/+88
| * | | tcp: tcp_syn_flood_action read port from socketPetar Penkov2019-07-301-5/+3
* | | | tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-093-1/+11
* | | | tcp: batch calls to sk_flush_backlog()Eric Dumazet2019-08-091-5/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-063-1/+17
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-251-0/+13
| |\ \
| | * | bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-0/+13
| * | | ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-07-251-0/+3
| * | | net/ipv4: cleanup error condition testingPavel Machek2019-07-241-1/+1
* | | | net: Use skb_frag_off accessorsJonathan Lemon2019-07-302-4/+4
| |_|/ |/| |
* | | net: Use skb accessors in network coreMatthew Wilcox (Oracle)2019-07-221-6/+8
|/ /
* | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-211-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-194-8/+11
|\ \
| * | netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+2
| * | netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-161-2/+2
| * | netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-6/+6
| * | netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-161-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-194-5/+12
|\ \ \ | | |/ | |/|
| * | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-182-4/+6
| * | udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-181-1/+1
| * | fib: relax source validation check for loopback packetsCong Wang2019-07-171-0/+5
| |/
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-31/+29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1143-1111/+3251
|\
OpenPOWER on IntegriCloud