Age | Commit message (Expand) | Author |
2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring |
2021-06-28 | ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages | Andreas Roeseler |
2021-06-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git | David S. Miller |
2021-06-28 | gre: let mac_header point to outer header only when necessary | Guillaume Nault |
2021-06-28 | ipip: allow redirecting ipip and mplsip packets to eth devices | Guillaume Nault |
2021-06-24 | net: ip: avoid OOM kills with large UDP sends over loopback | Jakub Kicinski |
2021-06-23 | tcp: Add stats for socket migration. | Kuniyuki Iwashima |
2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-18 | icmp: don't send out ICMP messages with a source address of 0.0.0.0 | Toke Høiland-Jørgensen |
2021-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-06-16 | net: ipv4: fix memory leak in ip_mc_add1_src | Chengyang Fan |
2021-06-16 | inet_diag: add support for tw_mark | Maciej Żenczykowski |
2021-06-15 | tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK. | Kuniyuki Iwashima |
2021-06-15 | tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs. | Kuniyuki Iwashima |
2021-06-15 | tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues. | Kuniyuki Iwashima |
2021-06-15 | tcp: Keep TCP_CLOSE sockets in the reuseport group. | Kuniyuki Iwashima |
2021-06-15 | net: Introduce net.ipv4.tcp_migrate_req. | Kuniyuki Iwashima |
2021-06-14 | ipv4: Fix device used for dst_alloc with local routes | David Ahern |
2021-06-10 | ping: Check return value of function 'ping_queue_rcv_skb' | Zheng Yongjun |
2021-06-09 | udp: fix race between close() and udp_abort() | Paolo Abeni |
2021-06-09 | inet: annotate data race in inet_send_prepare() and inet_dgram_connect() | Eric Dumazet |
2021-06-09 | xfrm: remove description from xfrm_type struct | Florian Westphal |
2021-06-08 | net: ipv4: Remove unneed BUG() function | Zheng Yongjun |
2021-06-08 | net: ipv4: fix memory leak in netlbl_cipsov4_add_std | Nanyong Sun |
2021-06-07 | ipv4: Fix spelling mistakes | Zheng Yongjun |
2021-06-07 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-06-04 | tcp: export timestamp helpers for mptcp | Florian Westphal |
2021-06-03 | icmp: fix lib conflict with trinity | Andreas Roeseler |
2021-06-03 | net: tcp better handling of reordering then loss cases | Yuchung Cheng |
2021-06-02 | net: ipconfig: Don't override command-line hostnames or domains | Josh Triplett |
2021-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2021-06-01 | net: Return the correct errno code | Zheng Yongjun |
2021-05-29 | netfilter: nf_tables: add and use nft_sk helper | Florian Westphal |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-05-19 | net: Add notifications when multipath hash field change | Ido Schimmel |
2021-05-18 | cipso: correct comments of cipso_v4_cache_invalidate() | Zheng Yejian |
2021-05-18 | ipv4: Add custom multipath hash policy | Ido Schimmel |
2021-05-18 | ipv4: Add a sysctl to control multipath hash fields | Ido Schimmel |
2021-05-18 | ipv4: Calculate multipath hash inside switch statement | Ido Schimmel |
2021-05-18 | skmsg: Remove unused parameters of sk_msg_wait_data() | Cong Wang |
2021-05-17 | net: Remove the member netns_ok | Yejune Deng |
2021-05-17 | ip: Treat IPv4 segment's lowest address as unicast | Seth David Schoen |
2021-05-14 | tcp: add tracepoint for checksum errors | Jakub Kicinski |
2021-05-14 | esp: drop unneeded assignment in esp4_gro_receive() | Yang Li |
2021-05-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2021-05-11 | bpf: Limit static tcp-cc functions in the .BTF_ids list to x86 | Martin KaFai Lau |
2021-05-10 | rtnetlink: avoid RCU read lock when holding RTNL | Cong Wang |
2021-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | Jakub Kicinski |
2021-05-06 | tcp: Specify cmsgbuf is user pointer for receive zerocopy. | Arjun Roy |