Age | Commit message (Expand) | Author |
2021-03-03 | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resume | Evan Nimmo |
2021-03-03 | vti: fix ipv4 pmtu check to honor ip header df | Eyal Birger |
2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-02-15 | tcp: tcp_data_ready() must look at SOCK_DONE | Eric Dumazet |
2021-02-12 | tcp: factorize logic into tcp_epollin_ready() | Eric Dumazet |
2021-02-11 | tcp: Sanitize CMSG flags and reserved args in tcp_zerocopy_receive. | Arjun Roy |
2021-02-11 | net: ipconfig: avoid use-after-free in ic_close_devs | Vladimir Oltean |
2021-02-11 | tcp: add some entropy in __inet_hash_connect() | Eric Dumazet |
2021-02-11 | tcp: change source port randomizarion at connect() time | Eric Dumazet |
2021-02-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2021-02-08 | IPv4: Extend 'fib_notify_on_flag_change' sysctl | Amit Cohen |
2021-02-08 | IPv4: Add "offload failed" indication to routes | Amit Cohen |
2021-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski |
2021-02-06 | Revert "net: ipv4: handle DSA enabled master network devices" | Vladimir Oltean |
2021-02-04 | udp: call udp_encap_enable for v6 sockets when enabling encap | Xin Long |
2021-02-04 | net: fix building errors on powerpc when CONFIG_RETPOLINE is not set | Brian Vazquez |
2021-02-03 | net: indirect call helpers for ipv4/ipv6 dst_check functions | Brian Vazquez |
2021-02-03 | net: use indirect call helpers for dst_mtu | Brian Vazquez |
2021-02-03 | net: use indirect call helpers for dst_output | Brian Vazquez |
2021-02-03 | net: use indirect call helpers for dst_input | Brian Vazquez |
2021-02-02 | inet: do not export inet_gro_{receive|complete} | Eric Dumazet |
2021-02-02 | net: ipv4: Emit notification when fib hardware flags are changed | Amit Cohen |
2021-02-02 | net: ipv4: Publish fib_nlmsg_size() | Amit Cohen |
2021-02-02 | net: ipv4: Pass fib_rt_info as const to fib_dump_info() | Amit Cohen |
2021-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-02-01 | udp: ipv4: manipulate network header of NATed UDP GRO fraglist | Dongseok Yi |
2021-02-01 | net: ip_tunnel: fix mtu calculation | Vadim Fedorenko |
2021-01-29 | net: proc: speedup /proc/net/netstat | Eric Dumazet |
2021-01-29 | ip_gre: add csum offload support for gre header | Xin Long |
2021-01-28 | nexthop: Extract a helper for validation of get/del RTNL requests | Petr Machata |
2021-01-28 | nexthop: Add a callback parameter to rtm_dump_walk_nexthops() | Petr Machata |
2021-01-28 | nexthop: Extract a helper for walking the next-hop tree | Petr Machata |
2021-01-28 | nexthop: Strongly-type context of rtm_dump_nexthop() | Petr Machata |
2021-01-28 | nexthop: Extract a common helper for parsing dump attributes | Petr Machata |
2021-01-28 | nexthop: Extract dump filtering parameters into a single structure | Petr Machata |
2021-01-28 | nexthop: Dispatch notifier init()/fini() by group type | Petr Machata |
2021-01-28 | nexthop: Use enum to encode notification type | Ido Schimmel |
2021-01-28 | nexthop: Assert the invariant that a NH group is of only one type | Petr Machata |
2021-01-28 | nexthop: Introduce to struct nh_grp_entry a per-type union | Petr Machata |
2021-01-28 | nexthop: Dispatch nexthop_select_path() by group type | Petr Machata |
2021-01-28 | nexthop: Rename nexthop_free_mpath | David Ahern |
2021-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-27 | bpf: Allow rewriting to ports under ip_unprivileged_port_start | Stanislav Fomichev |
2021-01-27 | netfilter: nftables: add nft_parse_register_load() and use it | Pablo Neira Ayuso |
2021-01-27 | net: Simplify the calculation of variables | Jiapeng Zhong |
2021-01-23 | tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN | Pengcheng Yang |
2021-01-23 | udp: allow forwarding of plain (non-fraglisted) UDP GRO packets | Alexander Lobakin |
2021-01-23 | tcp: make TCP_USER_TIMEOUT accurate for zero window probes | Enke Chen |
2021-01-22 | tcp: Add receive timestamp support for receive zerocopy. | Arjun Roy |
2021-01-22 | tcp: Remove CMSG magic numbers for tcp_recvmsg(). | Arjun Roy |