| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Make tcp_allowed_congestion_control readonly in non-init netns | Jonathon Reinhart | 2021-04-13 | 1 | -3/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-04-12 | 3 | -3/+20 |
|\ |
|
| * | netfilter: x_tables: fix compat match/target pad out-of-bound write | Florian Westphal | 2021-04-13 | 2 | -0/+4 |
| * | netfilter: arp_tables: add pre_exit hook for table unregister | Florian Westphal | 2021-04-10 | 2 | -3/+16 |
* | | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger | 2021-04-08 | 1 | -1/+2 |
* | | net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...); | Norman Maurer | 2021-04-01 | 1 | -0/+4 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2021-03-31 | 4 | -7/+20 |
|\ \
| |/
|/| |
|
| * | xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets | Steffen Klassert | 2021-03-29 | 1 | -1/+10 |
| * | esp: delete NETIF_F_SCTP_CRC bit from features for esp offload | Xin Long | 2021-03-22 | 1 | -2/+4 |
| * | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume | Evan Nimmo | 2021-03-03 | 2 | -2/+2 |
| * | vti: fix ipv4 pmtu check to honor ip header df | Eyal Birger | 2021-03-03 | 1 | -2/+4 |
* | | net: ipconfig: ic_dev can be NULL in ic_close_devs | Vladimir Oltean | 2021-03-22 | 1 | -6/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2021-03-18 | 2 | -16/+16 |
|\ \ |
|
| * | | Revert "netfilter: x_tables: Switch synchronization to RCU" | Mark Tomlinson | 2021-03-15 | 2 | -14/+14 |
| * | | Revert "netfilter: x_tables: Update remaining dereference to RCU" | Mark Tomlinson | 2021-03-15 | 2 | -2/+2 |
* | | | tcp: relookup sock for RST+ACK packets handled by obsolete req sock | Alexander Ovechkin | 2021-03-15 | 2 | -4/+10 |
|/ / |
|
* | | net: Consolidate common blackhole dst ops | Daniel Borkmann | 2021-03-10 | 1 | -37/+8 |
* | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2021-03-09 | 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-04 | 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-01 | 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-26 | 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-23 | 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-27 | 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-12 | 2 | -22/+7 |
* | | tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. | Arjun Roy | 2021-02-11 | 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-08 | 2 | -1/+7 |
* | | | IPv4: Add "offload failed" indication to routes | Amit Cohen | 2021-02-08 | 4 | -2/+12 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 2021-02-06 | 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-04 | 1 | -0/+6 |
* | | | | net: fix building errors on powerpc when CONFIG_RETPOLINE is not set | Brian Vazquez | 2021-02-04 | 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 |