Age | Commit message (Expand) | Author |
2023-02-20 | ipv6: icmp6: add drop reason support to ndisc_router_discovery() | Eric Dumazet |
2023-02-20 | ipv6: icmp6: add drop reason support to ndisc_recv_rs() | Eric Dumazet |
2023-02-20 | ipv6: icmp6: add drop reason support to ndisc_recv_na() | Eric Dumazet |
2023-02-20 | ipv6: icmp6: add drop reason support to ndisc_recv_ns() | Eric Dumazet |
2023-02-17 | netfilter: let reset rules clean out conntrack entries | Florian Westphal |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2023-02-16 | seg6: add PSP flavor support for SRv6 End behavior | Andrea Mayer |
2023-02-16 | seg6: factor out End lookup nexthop processing to a dedicated function | Andrea Mayer |
2023-02-15 | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing |
2023-02-13 | ipv6: icmp6: add drop reason support to ndisc_rcv() | Eric Dumazet |
2023-02-13 | ipv6: icmp6: add drop reason support to icmpv6_notify() | Eric Dumazet |
2023-02-13 | net: ipv6: Remove completion function scaffolding | Herbert Xu |
2023-02-13 | net: ipv6: Add scaffolding to change completion function signature | Herbert Xu |
2023-02-10 | dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions. | Kuniyuki Iwashima |
2023-02-09 | ipv6: Fix tcp socket connection with DSCP. | Guillaume Nault |
2023-02-09 | ipv6: Fix datagram socket connection with DSCP. | Guillaume Nault |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-02-08 | txhash: fix sk->sk_txrehash default | Kevin Yang |
2023-02-03 | raw: use net_hash_mix() in hash function | Eric Dumazet |
2023-02-03 | ipv6: raw: add drop reasons | Eric Dumazet |
2023-02-02 | tcp: add TCP_MINTTL drop reason | Eric Dumazet |
2023-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-02-01 | ipv6: ICMPV6: Use swap() instead of open coding it | Jiapeng Chong |
2023-02-01 | ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local address | Thomas Winter |
2023-02-01 | ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local address | Thomas Winter |
2023-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-26 | icmp: Add counters for rate limits | Jamie Bainbridge |
2023-01-24 | ipv6: Make ip6_route_output_flags_noref() static. | Guillaume Nault |
2023-01-23 | ipv6: fix reachability confirmation with proxy_ndp | Gergely Risko |
2023-01-18 | ipv6: Remove extra counter pull before gc | Tanmay Bhushan |
2023-01-13 | ipv6: remove max_size check inline with ipv4 | Jon Maxwell |
2023-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-01-11 | ipv6: raw: Deduct extension header length in rawv6_push_pending_frames | Herbert Xu |
2023-01-06 | net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arrays | Kees Cook |
2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) |
2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-12-12 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-12-12 | IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver | Coco Li |
2022-12-12 | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf | Xin Long |
2022-12-12 | net: setsockopt: fix IPV6_UNICAST_IF option for connected sockets | Richard Gobert |
2022-12-12 | udp: allow header check for dodgy GSO_UDP_L4 packets. | Andrew Melnychenko |
2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-12-07 | ipv6: avoid use-after-free in ip6_fragment() | Eric Dumazet |
2022-12-01 | net/tcp: Do cleanup on tcp_md5_key_copy() failure | Dmitry Safonov |
2022-12-01 | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction | Dmitry Safonov |
2022-11-29 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima |