aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-38/+33
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-232/+343
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9-99/+132
2024-12-12net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi1-1/+1
2024-12-12Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27
2024-12-12Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu1-2/+12
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-14/+15
2024-12-12Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-12-12Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu1-2/+1
2024-12-12Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz1-22/+11
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz5-19/+27
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-41/+43
2024-12-11net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-11Merge tag 'batadv-net-pullrequest-20241210' of git://git.open-mesh.org/linux-...Jakub Kicinski1-18/+40
2024-12-11splice: do not checksum AF_UNIX socketsFrederik Deweerdt1-0/+1
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-17/+15
2024-12-11netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter1-24/+28
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj5-31/+33
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski9-58/+71
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-35/+28
2024-12-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj1-3/+2
2024-12-10bpf, sockmap: Fix update element with sameMichal Luczaj1-0/+1
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni1-3/+5
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter1-1/+3
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima1-1/+2
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet1-1/+19
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-38/+50
2024-12-06wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li1-0/+1
2024-12-05tipc: fix NULL deref in cleanup_bearer()Eric Dumazet1-1/+6
2024-12-05batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel1-3/+11
2024-12-05batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel1-15/+22
2024-12-05batman-adv: Do not send uninitialized TT changesRemi Pommarel1-0/+7
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds28-94/+222
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet1-1/+6
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni6-17/+71
2024-12-04ethtool: Fix wrong mod state in case of verbose and no_mask bitsetKory Maincent1-4/+44
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni2-2/+2
2024-12-04netfilter: nft_set_hash: skip duplicated elements pending gc runPablo Neira Ayuso1-0/+16
2024-12-04netfilter: ipset: Hold module reference while requesting a modulePhil Sutter1-0/+5
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-12-03ethtool: Fix access to uninitialized fields in set RXNFC commandGal Pressman1-1/+2
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera1-11/+3
2024-12-03net: Make napi_hash_lock irq safeJoe Damato1-6/+12
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-12/+45
2024-12-03net: hsr: must allocate more bytes for RedBox supportEric Dumazet1-6/+13
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang1-21/+23
2024-12-03wifi: mac80211: fix station NSS capability initialization orderBenjamin Lin1-2/+2