Age | Commit message (Expand) | Author |
2022-11-28 | mptcp: fix sleep in atomic at close time | Paolo Abeni |
2022-11-28 | mptcp: don't orphan ssk in mptcp_close() | Menglong Dong |
2022-11-28 | Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski |
2022-11-28 | ipv4: Fix route deletion when nexthop info is not specified | Ido Schimmel |
2022-11-28 | net/9p: Fix a potential socket leak in p9_socket_open | Wang Hai |
2022-11-25 | wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration | Lorenzo Bianconi |
2022-11-25 | wifi: cfg80211: don't allow multi-BSSID in S1G | Johannes Berg |
2022-11-25 | wifi: cfg80211: fix buffer overflow in elem comparison | Johannes Berg |
2022-11-25 | xfrm: add extack to xfrm_set_spdinfo | Sabrina Dubroca |
2022-11-25 | xfrm: add extack to xfrm_alloc_userspi | Sabrina Dubroca |
2022-11-25 | xfrm: add extack to xfrm_do_migrate | Sabrina Dubroca |
2022-11-25 | xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len | Sabrina Dubroca |
2022-11-25 | xfrm: add extack to xfrm_del_sa | Sabrina Dubroca |
2022-11-25 | xfrm: add extack to xfrm_add_sa_expire | Sabrina Dubroca |
2022-11-25 | xfrm: a few coding style clean ups | Sabrina Dubroca |
2022-11-24 | Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-11-23 | ethtool: avoiding integer overflow in ethtool_phys_id() | Maxim Korotkov |
2022-11-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski |
2022-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2022-11-23 | Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linux | Linus Torvalds |
2022-11-23 | l2tp: Don't sleep and disable BH under writer-side sk_callback_lock | Jakub Sitnicki |
2022-11-23 | 9p/xen: check logical size for buffer size | Dominique Martinet |
2022-11-22 | net: dsa: kill off dsa_priv.h | Vladimir Oltean |
2022-11-22 | net: dsa: move tag_8021q headers to their proper place | Vladimir Oltean |
2022-11-22 | net: dsa: move definitions from dsa_priv.h to slave.c | Vladimir Oltean |
2022-11-22 | net: dsa: rename dsa2.c back into dsa.c and create its header | Vladimir Oltean |
2022-11-22 | net: dsa: merge dsa.c into dsa2.c | Vladimir Oltean |
2022-11-22 | net: dsa: move notifier definitions to switch.h | Vladimir Oltean |
2022-11-22 | net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by switch.c to switch.h | Vladimir Oltean |
2022-11-22 | net: dsa: move tagging protocol code to tag.{c,h} | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by slave.c to slave.h | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by master.c to master.h | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by port.c to port.h | Vladimir Oltean |
2022-11-22 | net: dsa: move rest of devlink setup/teardown to devlink.c | Vladimir Oltean |
2022-11-22 | net: dsa: if ds->setup is true, ds->devlink is always non-NULL | Vladimir Oltean |
2022-11-22 | net: dsa: move bulk of devlink code to devlink.{c,h} | Vladimir Oltean |
2022-11-22 | net: dsa: modularize DSA_TAG_PROTO_NONE | Vladimir Oltean |
2022-11-22 | net: dsa: unexport dsa_dev_to_net_device() | Vladimir Oltean |
2022-11-22 | devlink: remove redundant health state set to error | Moshe Shemesh |
2022-11-22 | tcp: Fix build break when CONFIG_IPV6=n | Saeed Mahameed |
2022-11-22 | ipv4: Fix error return code in fib_table_insert() | Ziyang Xuan |
2022-11-22 | dccp/tcp: Fixup bhash2 bucket when connect() fails. | Kuniyuki Iwashima |
2022-11-22 | dccp/tcp: Update saddr under bhash's lock. | Kuniyuki Iwashima |
2022-11-22 | dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr(). | Kuniyuki Iwashima |
2022-11-22 | dccp/tcp: Reset saddr on failure after inet6?_hash_connect(). | Kuniyuki Iwashima |
2022-11-22 | netfilter: flowtable_offload: add missing locking | Felix Fietkau |
2022-11-22 | netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface | Jozsef Kadlecsik |
2022-11-22 | NFC: nci: fix memory leak in nci_rx_data_packet() | Liu Shixin |
2022-11-22 | net: sched: allow act_ct to be built without NF_NAT | Xin Long |