summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2020-07-172-0/+2
| * | | | | tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha2020-07-171-36/+44
| |/ / / /
| * | | | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-141-9/+11
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+3
| |\ \ \ \ \
| | * | | | | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+3
| * | | | | | net: ipv4: kerneldoc fixesAndrew Lunn2020-07-136-7/+13
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1112-19/+61
| |\ \ \ \ \ \
| * | | | | | | inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima2020-07-101-20/+13
| * | | | | | | ethtool: add tunnel info interfaceJakub Kicinski2020-07-101-0/+69
| * | | | | | | udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-104-1/+830
| * | | | | | | inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-17/+48
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-07-081-0/+21
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | netfilter: introduce support for reject at prerouting stageLaura Garcia Liebana2020-06-301-0/+21
| * | | | | | | Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov2020-07-068-12/+12
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-043-14/+289
| |\ \ \ \ \ \ \
| | * | | | | | | net: bpf: Implement bpf iterator for udpYonghong Song2020-06-241-0/+116
| | * | | | | | | net: bpf: Add bpf_seq_afinfo in udp_iter_stateYonghong Song2020-06-241-5/+23
| | * | | | | | | net: bpf: Implement bpf iterator for tcpYonghong Song2020-06-241-0/+123
| | * | | | | | | net: bpf: Add bpf_seq_afinfo in tcp_iter_stateYonghong Song2020-06-241-6/+24
| | * | | | | | | tcp: Expose tcp_sock_set_keepidle_lockedDmitry Yakunin2020-06-241-3/+3
| * | | | | | | | tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung2020-06-301-2/+5
| | |/ / / / / / | |/| | | | | |
| * | | | | | | tcp: update delivered_ce with deliveredYousuk Seung2020-06-271-8/+21
| * | | | | | | tcp: count sacked packets in tcp_sacktag_stateYousuk Seung2020-06-271-0/+4
| * | | | | | | tcp: add ece_ack flag to reno sack functionsYousuk Seung2020-06-271-10/+12
| * | | | | | | tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()Yousuk Seung2020-06-271-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-2518-37/+105
| |\ \ \ \ \ \ \
| * | | | | | | | udp: move gro declarations to net/udp.hEric Dumazet2020-06-231-3/+0
| * | | | | | | | net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-3/+0
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | tcp: remove indirect calls for icsk->icsk_af_ops->send_checkEric Dumazet2020-06-201-1/+4
| * | | | | | | tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmitEric Dumazet2020-06-202-1/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-9/+11
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2020-07-071-7/+8
| * | | | | | umd: Track user space drivers with struct pidEric W. Biederman2020-07-041-1/+2
| * | | | | | umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman2020-07-041-1/+1
| * | | | | | umd: For clarity rename umh_info umd_infoEric W. Biederman2020-07-041-1/+1
* | | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
| | |_|/ / / | |/| | | |
* | | | | | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-07-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-232-10/+14
* | | | | net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-211-1/+1
* | | | | udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima2020-07-211-6/+9
| |_|_|/ |/| | |
* | | | tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-092-1/+4
* | | | ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-071-0/+3
* | | | tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
* | | | tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-011-0/+2
* | | | ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-012-3/+3
* | | | tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-011-3/+5
* | | | tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-012-9/+18
* | | | tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-06-302-2/+8
* | | | net: vti: implement header_ops->parse_protocol for AF_PACKETJason A. Donenfeld2020-06-301-0/+1