summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2024-12-192-10/+112
* Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-12-192-2/+5
|\
| * netfilter: ipset: Fix for recursive locking warningPhil Sutter2024-12-191-0/+3
| * ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight2024-12-181-2/+2
* | psample: adjust size if rate_as_probability is setAdrian Moreno2024-12-191-3/+6
* | netdev-genl: avoid empty messages in queue dumpJakub Kicinski2024-12-191-2/+2
* | net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean2024-12-191-5/+11
|/
* rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima2024-12-181-2/+3
* netdev: fix repeated netlink messages in queue statsJakub Kicinski2024-12-171-2/+2
* netdev: fix repeated netlink messages in queue dumpJakub Kicinski2024-12-171-7/+4
* net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang2024-12-151-0/+5
* net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2024-12-152-1/+9
* net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang2024-12-153-3/+16
* net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang2024-12-153-2/+14
* net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang2024-12-151-0/+7
* net/smc: protect link down work from execute after lgr freedGuangguan Wang2024-12-151-2/+7
* Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-1230-232/+343
|\
| * Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-12-129-99/+132
| |\
| | * Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu2024-12-121-7/+27
| | * Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu2024-12-121-2/+12
| | * Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis2024-12-121-14/+15
| | * Bluetooth: iso: Fix recursive locking warningIulia Tanasescu2024-12-121-2/+6
| | * Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu2024-12-121-2/+1
| | * Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz2024-12-121-22/+11
| | * Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz2024-12-125-19/+27
| | * Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj2024-12-115-31/+33
| * | net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi2024-12-121-1/+1
| * | Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-12-122-41/+43
| |\ \
| | * | netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal2024-12-111-17/+15
| | * | netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter2024-12-111-24/+28
| * | | net/sched: netem: account for backlog updates from child qdiscMartin Ottens2024-12-121-6/+16
| * | | Merge tag 'batadv-net-pullrequest-20241210' of git://git.open-mesh.org/linux-...Jakub Kicinski2024-12-121-18/+40
| |\ \ \
| | * | | batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel2024-12-051-3/+11
| | * | | batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel2024-12-051-15/+22
| | * | | batman-adv: Do not send uninitialized TT changesRemi Pommarel2024-12-051-0/+7
| * | | | splice: do not checksum AF_UNIX socketsFrederik Deweerdt2024-12-121-0/+1
| | |_|/ | |/| |
| * | | Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-12-119-58/+71
| |\ \ \
| | * | | wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li2024-12-061-0/+1
| | * | | wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin2024-12-031-2/+2
| | * | | wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau2024-12-031-7/+4
| | * | | wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach2024-12-035-41/+48
| | * | | wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach2024-12-031-0/+3
| | * | | wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh2024-12-032-3/+8
| | * | | wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beaconHaoyu Li2024-12-031-1/+1
| | * | | wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi2024-12-031-3/+3
| | * | | wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-oneLin Ma2024-12-031-1/+1
| | |/ /
| * | | tcp: check space before adding MPTCP SYN optionsMoYuanhao2024-12-111-2/+4
| * | | udp: fix l4 hash after reconnectPaolo Abeni2024-12-101-3/+5
| * | | rtnetlink: fix error code in rtnl_newlink()Dan Carpenter2024-12-081-1/+3
| * | | ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima2024-12-081-1/+2