summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7 days2-38/+33
|\
| * bpf: consider that tail calls invalidate packet pointersEduard Zingerman12 days1-0/+2
| * bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman12 days1-35/+28
| * bpf, sockmap: Fix race between element replace and close()Michal Luczaj12 days1-3/+2
| * bpf, sockmap: Fix update element with sameMichal Luczaj12 days1-0/+1
* | Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10 days30-232/+343
|\ \ | |/ |/|
| * Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski10 days9-99/+132
| |\
| | * Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu10 days1-7/+27
| | * Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu10 days1-2/+12
| | * Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis10 days1-14/+15
| | * Bluetooth: iso: Fix recursive locking warningIulia Tanasescu10 days1-2/+6
| | * Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu10 days1-2/+1
| | * Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz10 days1-22/+11
| | * Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz10 days5-19/+27
| | * Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj11 days5-31/+33
| * | net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi10 days1-1/+1
| * | Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni10 days2-41/+43
| |\ \
| | * | netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal10 days1-17/+15
| | * | netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter10 days1-24/+28
| * | | net/sched: netem: account for backlog updates from child qdiscMartin Ottens10 days1-6/+16
| * | | Merge tag 'batadv-net-pullrequest-20241210' of git://git.open-mesh.org/linux-...Jakub Kicinski10 days1-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 Deweerdt10 days1-0/+1
| | |_|/ | |/| |
| * | | Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski11 days9-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 optionsMoYuanhao11 days1-2/+4
| * | | udp: fix l4 hash after reconnectPaolo Abeni12 days1-3/+5
| * | | rtnetlink: fix error code in rtnl_newlink()Dan Carpenter2024-12-071-1/+3
| * | | ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima2024-12-071-1/+2
| * | | net: defer final 'struct net' free in netns dismantleEric Dumazet2024-12-061-1/+19
| * | | tipc: fix NULL deref in cleanup_bearer()Eric Dumazet2024-12-051-1/+6
* | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-064-38/+50
|\ \ \ \ | |/ / / |/| | |
| * | | tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang2024-11-261-7/+4
| * | | xsk: always clear DMA mapping information when unmapping the poolLarysa Zaremba2024-11-251-3/+2
| * | | xsk: fix OOB map writes when deleting elementsMaciej Fijalkowski2024-11-251-1/+1
| * | | bpf, vsock: Invoke proto::close on close()Michal Luczaj2024-11-251-27/+40
| * | | bpf, vsock: Fix poll() missing a queueMichal Luczaj2024-11-251-0/+3
* | | | Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-0528-94/+222
|\ \ \ \ | | |_|/ | |/| |
| * | | net: avoid potential UAF in default_operstate()Eric Dumazet2024-12-051-1/+6
| * | | Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-12-056-17/+71
| |\ \ \