Age | Commit message (Expand) | Author |
2020-09-15 | nexthop: Only emit a notification when nexthop is actually deleted | Ido Schimmel |
2020-09-15 | nexthop: Convert to blocking notification chain | Ido Schimmel |
2020-09-14 | tcp: schedule EPOLLOUT after a partial sendmsg | Soheil Hassas Yeganeh |
2020-09-14 | tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit | Soheil Hassas Yeganeh |
2020-09-14 | tcp: remove SOCK_QUEUE_SHRUNK | Eric Dumazet |
2020-09-14 | mptcp: call tcp_cleanup_rbuf on subflows | Paolo Abeni |
2020-09-10 | tcp: reflect tos value received in SYN to the socket | Wei Wang |
2020-09-10 | ip: pass tos into ip_build_and_send_pkt() | Wei Wang |
2020-09-10 | tcp: record received TOS value in the request socket | Wei Wang |
2020-09-10 | ipmr: Use full VIF ID in netlink cache reports | Paul Davey |
2020-09-10 | ipmr: Add high byte of VIF ID to igmpmsg | Paul Davey |
2020-09-10 | ipmr: Add route table ID to netlink cache reports | Paul Davey |
2020-09-08 | cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.c | Wang Hai |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-03 | ip: expose inet sockopts through inet_diag | Wei Wang |
2020-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-08-31 | net: ipv4: remove unused arg exact_dif in compute_score | Miaohe Lin |
2020-08-31 | net: clean up codestyle | Miaohe Lin |
2020-08-31 | net: Use helper macro IP_MAX_MTU in __ip_append_data() | Miaohe Lin |
2020-08-28 | netfilter: delete repeated words | Randy Dunlap |
2020-08-27 | net: Fix some comments | Miaohe Lin |
2020-08-26 | ipv4: nexthop: Correctly update nexthop group when replacing a nexthop | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Correctly update nexthop group when removing a nexthop | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Remove unnecessary rtnl_dereference() | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY | Ido Schimmel |
2020-08-26 | ipv4: nexthop: Reduce allocation size of 'struct nh_group' | Ido Schimmel |
2020-08-26 | ipv4: Silence suspicious RCU usage warning | Ido Schimmel |
2020-08-25 | net: clean up codestyle for net/ipv4 | Miaohe Lin |
2020-08-25 | net: Remove duplicated midx check against 0 | Miaohe Lin |
2020-08-25 | net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY | Miaohe Lin |
2020-08-25 | net: Set ping saddr after we successfully get the ping port | Miaohe Lin |
2020-08-25 | net: gain ipv4 mtu when mtu is not locked | Miaohe Lin |
2020-08-24 | net: Use helper macro RT_TOS() in __icmp_send() | Miaohe Lin |
2020-08-24 | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDED | Miaohe Lin |
2020-08-24 | net: ipv4: delete repeated words | Randy Dunlap |
2020-08-24 | io_uring: allow tcp ancillary data for __sys_recvmsg_sock() | Luke Hsiao |
2020-08-24 | tcp: bpf: Optionally store mac header in TCP_SAVE_SYN | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Allow bpf prog to write and parse TCP header option | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Add bpf_skops_parse_hdr() | Martin KaFai Lau |
2020-08-24 | bpf: tcp: Add bpf_skops_established() | Martin KaFai Lau |
2020-08-24 | tcp: Add saw_unknown to struct tcp_options_received | Martin KaFai Lau |
2020-08-24 | tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt | Martin KaFai Lau |
2020-08-24 | tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt | Martin KaFai Lau |
2020-08-24 | tcp: Use a struct to represent a saved_syn | Martin KaFai Lau |
2020-08-22 | net: nexthop: don't allow empty NHA_GROUP | Nikolay Aleksandrov |
2020-08-21 | net: sk_msg: Simplify sk_psock initialization | Lorenz Bauer |
2020-08-18 | net: ipv4: remove duplicate "the the" phrase in Kconfig text | Colin Ian King |
2020-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-12 | Revert "ipv4: tunnel: fix compilation on ARCH=um" | David S. Miller |