Age | Commit message (Expand) | Author |
2022-06-05 | bluetooth: don't use bitmaps for random flag accesses | Linus Torvalds |
2022-06-02 | ax25: Fix ax25 session cleanup problems | Duoming Zhou |
2022-06-01 | bonding: guard ns_targets by CONFIG_IPV6 | Hangbin Liu |
2022-05-31 | net: sched: add barrier to fix packet stuck problem for lockless qdisc | Guoju Fang |
2022-05-27 | netfilter: conntrack: re-fetch conntrack after insertion | Florian Westphal |
2022-05-26 | net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog | Vincent Ray |
2022-05-25 | amt: fix typo in amt | Taehee Yoo |
2022-05-23 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-05-23 | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2022-05-22 | net: wrap the wireless pointers in struct net_device in an ifdef | Jakub Kicinski |
2022-05-20 | net: Add a second bind table hashed by port and address | Joanne Koong |
2022-05-20 | bpf: Add bpf_skc_to_mptcp_sock_proto | Geliang Tang |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski |
2022-05-19 | Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-19 | Bluetooth: eir: Add helpers for managing service data | Luiz Augusto von Dentz |
2022-05-19 | tls: Add opt-in zerocopy mode of sendfile() | Boris Pismenny |
2022-05-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2022-05-17 | cfg80211: fix kernel-doc for cfg80211_beacon_data | Johannes Berg |
2022-05-16 | netfilter: nf_conncount: reduce unnecessary GC | William Tu |
2022-05-16 | inet: rename INET_MATCH() | Eric Dumazet |
2022-05-16 | ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH() | Eric Dumazet |
2022-05-16 | tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if() | Eric Dumazet |
2022-05-16 | net: annotate races around sk->sk_bound_dev_if | Eric Dumazet |
2022-05-16 | net: allow gro_max_size to exceed 65536 | Alexander Duyck |
2022-05-16 | ipv6/gso: remove temporary HBH/jumbo header | Eric Dumazet |
2022-05-16 | ipv6: add struct hop_jumbo_hdr definition | Eric Dumazet |
2022-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | David S. Miller |
2022-05-16 | mac80211: extend current rate control tx status API | Jonas Jelonek |
2022-05-16 | nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beacon | Rameshkumar Sundaram |
2022-05-16 | xfrm: fix "disable_policy" flag use when arriving from different devices | Eyal Birger |
2022-05-16 | mac80211: remove stray multi_sta_back_32bit docs | Johannes Berg |
2022-05-16 | mac80211: fix typo in documentation | Johannes Berg |
2022-05-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-05-13 | netfilter: conntrack: skip verification of zero UDP checksum | Kevin Mitchell |
2022-05-13 | netfilter: prefer extension check to pointer check | Florian Westphal |
2022-05-13 | netfilter: conntrack: un-inline nf_ct_ecache_ext_add | Florian Westphal |
2022-05-13 | netfilter: nfnetlink: allow to detect if ctnetlink listeners exist | Florian Westphal |
2022-05-13 | netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*() | Pablo Neira Ayuso |
2022-05-13 | netfilter: conntrack: remove unconfirmed list | Florian Westphal |
2022-05-13 | netfilter: extensions: introduce extension genid count | Florian Westphal |
2022-05-13 | netfilter: remove nf_ct_unconfirmed_destroy helper | Florian Westphal |
2022-05-13 | netfilter: cttimeout: decouple unlink and free on netns destruction | Florian Westphal |
2022-05-13 | netfilter: conntrack: remove the percpu dying list | Florian Westphal |
2022-05-13 | netfilter: conntrack: include ecache dying list in dumps | Florian Westphal |
2022-05-13 | netfilter: ecache: use dedicated list for event redelivery | Florian Westphal |
2022-05-13 | Revert "tcp/dccp: get rid of inet_twsk_purge()" | Eric Dumazet |
2022-05-13 | inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() | Eric Dumazet |
2022-05-13 | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk | Luiz Augusto von Dentz |
2022-05-12 | net: inet: Retire port only listening_hash | Martin KaFai Lau |