| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: switch orphan_count to bare per-cpu counters | Eric Dumazet | 2021-10-15 | 4 | -9/+37 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-14 | 1 | -12/+11 |
|\ |
|
| * | icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe | Xin Long | 2021-10-14 | 1 | -12/+11 |
* | | ip: use dev_addr_set() in tunnels | Jakub Kicinski | 2021-10-13 | 4 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-07 | 3 | -23/+14 |
|\| |
|
| * | net: prefer socket bound to interface when not in VRF | Mike Manning | 2021-10-07 | 2 | -2/+5 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-10-02 | 1 | -21/+9 |
| |\ |
|
| | * | netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1 | Florian Westphal | 2021-09-28 | 1 | -21/+9 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-30 | 3 | -13/+15 |
|\| | |
|
| * | | net: udp: annotate data race around udp_sk(sk)->corkflag | Eric Dumazet | 2021-09-28 | 1 | -5/+5 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski | 2021-09-24 | 1 | -1/+1 |
| |\ |
|
| | * | netfilter: iptable_raw: drop bogus net_init annotation | Florian Westphal | 2021-09-21 | 1 | -1/+1 |
| * | | net: ipv4: Fix rtnexthop len when RTA_FLOW is present | Xiao Liang | 2021-09-24 | 1 | -7/+9 |
* | | | net: snmp: inline snmp_get_cpu_field() | Eric Dumazet | 2021-09-30 | 1 | -6/+0 |
* | | | tcp: adjust rcv_ssthresh according to sk_reserved_mem | Wei Wang | 2021-09-30 | 2 | -4/+11 |
* | | | tcp: adjust sndbuf according to sk_reserved_mem | Wei Wang | 2021-09-30 | 1 | -2/+12 |
* | | | net: add new socket option SO_RESERVE_MEM | Wei Wang | 2021-09-30 | 1 | -1/+1 |
* | | | net/ipv4/datagram.c: remove superfluous header files from datagram.c | Mianhan Liu | 2021-09-29 | 1 | -1/+0 |
* | | | net: ipv4: remove superfluous header files from fib_notifier.c | Mianhan Liu | 2021-09-28 | 1 | -1/+0 |
* | | | net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c | Mianhan Liu | 2021-09-27 | 1 | -1/+0 |
* | | | tcp: tracking packets with CE marks in BW rate sample | Yuchung Cheng | 2021-09-24 | 3 | -8/+11 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-23 | 1 | -5/+16 |
|\| | |
|
| * | | nexthop: Fix memory leaks in nexthop notification chain listeners | Ido Schimmel | 2021-09-23 | 1 | -5/+14 |
| * | | nexthop: Fix division by zero while replacing a resilient group | Ido Schimmel | 2021-09-20 | 1 | -0/+2 |
* | | | tcp: remove sk_{tr}x_skb_cache | Eric Dumazet | 2021-09-23 | 4 | -48/+0 |
* | | | tcp: make tcp_build_frag() static | Paolo Abeni | 2021-09-23 | 1 | -2/+2 |
* | | | tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers | Paolo Abeni | 2021-09-23 | 1 | -4/+4 |
* | | | net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i... | Mianhan Liu | 2021-09-21 | 1 | -9/+0 |
* | | | net/ipv4/syncookies.c: remove superfluous header files from syncookies.c | Mianhan Liu | 2021-09-21 | 1 | -2/+0 |
* | | | net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c... | Mianhan Liu | 2021-09-21 | 1 | -3/+0 |
* | | | net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c | Mianhan Liu | 2021-09-20 | 1 | -7/+0 |
* | | | net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c | Mianhan Liu | 2021-09-20 | 1 | -6/+0 |
* | | | net/ipv4/route.c: remove superfluous header files from route.c | Mianhan Liu | 2021-09-20 | 1 | -8/+0 |
* | | | NET: IPV4: fix error "do not initialise globals to 0" | wangzhitong | 2021-09-19 | 1 | -1/+1 |
|/ / |
|
* | | Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"" | Eric Dumazet | 2021-09-14 | 4 | -7/+10 |
* | | tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() | zhenggy | 2021-09-14 | 1 | -1/+1 |
* | | udp_tunnel: Fix udp_tunnel_nic work-queue type | Aya Levin | 2021-09-13 | 1 | -1/+1 |
* | | Revert "ipv4: fix memory leaks in ip_cmsg_send() callers" | Yajun Deng | 2021-09-13 | 4 | -10/+7 |
|/ |
|
* | ip_gre: validate csum_start only on pull | Willem de Bruijn | 2021-09-05 | 1 | -3/+6 |
* | net: remove the unnecessary check in cipso_v4_doi_free | 王贇 | 2021-09-03 | 1 | -10/+8 |
* | Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 | Ryoga Saito | 2021-09-02 | 1 | -0/+2 |
* | fou: remove sparse errors | Eric Dumazet | 2021-08-31 | 2 | -6/+6 |
* | ipv4: fix endianness issue in inet_rtm_getroute_build_skb() | Eric Dumazet | 2021-08-31 | 1 | -1/+1 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-08-30 | 3 | -7/+42 |
|\ |
|
| * | bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt | Martin KaFai Lau | 2021-08-25 | 1 | -3/+38 |
| * | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum | Dave Marchevsky | 2021-08-23 | 2 | -4/+4 |
* | | net: ipv4: Fix the warning for dereference | Yajun Deng | 2021-08-30 | 1 | -1/+3 |
* | | ipv4: make exception cache less predictible | Eric Dumazet | 2021-08-30 | 1 | -16/+30 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2021-08-30 | 1 | -0/+2 |
|\ \ |
|
| * | | netfilter: x_tables: handle xt_register_template() returning an error value | Lukas Bulwahn | 2021-08-25 | 1 | -0/+2 |