| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2021-03-10 | 7 | -44/+39 |
|\ |
|
| * | CIPSO: Fix unaligned memory access in cipso_v4_gentag_hdr | Sergey Nazarov | 2021-03-05 | 1 | -1/+1 |
| * | cipso,calipso: resolve a number of problems with the DOI refcounts | Paul Moore | 2021-03-05 | 1 | -10/+1 |
| * | nexthop: Do not flush blackhole nexthops when loopback goes down | Ido Schimmel | 2021-03-04 | 1 | -3/+7 |
| * | tcp: add sanity tests to TCP_QUEUE_SEQ | Eric Dumazet | 2021-03-02 | 1 | -8/+15 |
| * | inetpeer: use div64_ul() and clamp_val() calculate inet_peer_threshold | Yejune Deng | 2021-03-01 | 1 | -14/+7 |
| * | net: always use icmp{,v6}_ndo_send from ndo_start_xmit | Jason A. Donenfeld | 2021-03-01 | 2 | -6/+5 |
| * | net: Fix gro aggregation for udp encaps with zero csum | Daniel Borkmann | 2021-02-28 | 1 | -1/+1 |
| * | tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE) | Arjun Roy | 2021-02-27 | 1 | -1/+2 |
* | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-27 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | net: remove cmsg restriction from io_uring based send/recvmsg calls | Jens Axboe | 2021-02-24 | 1 | -1/+0 |
* | | net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending | Jason A. Donenfeld | 2021-02-23 | 1 | -2/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-02-16 | 4 | -11/+29 |
|\ |
|
| * | bpf: Allow rewriting to ports under ip_unprivileged_port_start | Stanislav Fomichev | 2021-01-28 | 1 | -3/+6 |
| * | bpf: Split cgroup_bpf_enabled per attach type | Stanislav Fomichev | 2021-01-20 | 2 | -8/+8 |
| * | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE | Stanislav Fomichev | 2021-01-20 | 2 | -0/+15 |
* | | tcp: tcp_data_ready() must look at SOCK_DONE | Eric Dumazet | 2021-02-15 | 1 | -1/+1 |
* | | tcp: factorize logic into tcp_epollin_ready() | Eric Dumazet | 2021-02-13 | 2 | -22/+7 |
* | | tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. | Arjun Roy | 2021-02-12 | 1 | -1/+10 |
* | | net: ipconfig: avoid use-after-free in ic_close_devs | Vladimir Oltean | 2021-02-11 | 1 | -1/+2 |
* | | tcp: add some entropy in __inet_hash_connect() | Eric Dumazet | 2021-02-11 | 1 | -0/+5 |
* | | tcp: change source port randomizarion at connect() time | Eric Dumazet | 2021-02-11 | 1 | -3/+17 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2021-02-09 | 1 | -1/+1 |
|\ \ |
|
| * | | net: Simplify the calculation of variables | Jiapeng Zhong | 2021-01-27 | 1 | -1/+1 |
* | | | IPv4: Extend 'fib_notify_on_flag_change' sysctl | Amit Cohen | 2021-02-09 | 2 | -1/+7 |
* | | | IPv4: Add "offload failed" indication to routes | Amit Cohen | 2021-02-09 | 4 | -2/+12 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 2021-02-07 | 1 | -9/+9 |
|\ \ \ |
|
| * | | | netfilter: nftables: add nft_parse_register_load() and use it | Pablo Neira Ayuso | 2021-01-27 | 1 | -9/+9 |
* | | | | Revert "net: ipv4: handle DSA enabled master network devices" | Vladimir Oltean | 2021-02-06 | 1 | -4/+17 |
* | | | | udp: call udp_encap_enable for v6 sockets when enabling encap | Xin Long | 2021-02-05 | 1 | -0/+6 |
* | | | | net: fix building errors on powerpc when CONFIG_RETPOLINE is not set | Brian Vazquez | 2021-02-05 | 1 | -2/+2 |
* | | | | net: indirect call helpers for ipv4/ipv6 dst_check functions | Brian Vazquez | 2021-02-03 | 2 | -3/+9 |
* | | | | net: use indirect call helpers for dst_mtu | Brian Vazquez | 2021-02-03 | 1 | -2/+4 |
* | | | | net: use indirect call helpers for dst_output | Brian Vazquez | 2021-02-03 | 1 | -0/+1 |
* | | | | net: use indirect call helpers for dst_input | Brian Vazquez | 2021-02-03 | 1 | -0/+1 |
* | | | | inet: do not export inet_gro_{receive|complete} | Eric Dumazet | 2021-02-03 | 1 | -3/+0 |
* | | | | net: ipv4: Emit notification when fib hardware flags are changed | Amit Cohen | 2021-02-03 | 3 | -0/+38 |
* | | | | net: ipv4: Publish fib_nlmsg_size() | Amit Cohen | 2021-02-03 | 2 | -1/+2 |
* | | | | net: ipv4: Pass fib_rt_info as const to fib_dump_info() | Amit Cohen | 2021-02-03 | 2 | -2/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-02-02 | 2 | -14/+71 |
|\ \ \ \ |
|
| * | | | | udp: ipv4: manipulate network header of NATed UDP GRO fraglist | Dongseok Yi | 2021-02-02 | 1 | -5/+64 |
| * | | | | net: ip_tunnel: fix mtu calculation | Vadim Fedorenko | 2021-02-02 | 1 | -9/+7 |
* | | | | | net: proc: speedup /proc/net/netstat | Eric Dumazet | 2021-01-30 | 1 | -14/+36 |
* | | | | | ip_gre: add csum offload support for gre header | Xin Long | 2021-01-30 | 1 | -2/+13 |
* | | | | | nexthop: Extract a helper for validation of get/del RTNL requests | Petr Machata | 2021-01-29 | 1 | -18/+25 |
* | | | | | nexthop: Add a callback parameter to rtm_dump_walk_nexthops() | Petr Machata | 2021-01-29 | 1 | -10/+22 |
* | | | | | nexthop: Extract a helper for walking the next-hop tree | Petr Machata | 2021-01-29 | 1 | -19/+33 |
* | | | | | nexthop: Strongly-type context of rtm_dump_nexthop() | Petr Machata | 2021-01-29 | 1 | -2/+16 |
* | | | | | nexthop: Extract a common helper for parsing dump attributes | Petr Machata | 2021-01-29 | 1 | -12/+19 |
* | | | | | nexthop: Extract dump filtering parameters into a single structure | Petr Machata | 2021-01-29 | 1 | -20/+24 |