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