aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-12net_sched: sch_cake: Add drop reasonsToke Høiland-Jørgensen1-20/+23
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski34-270/+393
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds30-232/+343
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub 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-12net/smc: support ipv4 mapped ipv6 addr client for smc-r v2Guangguan Wang1-1/+4
2024-12-12net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1Guangguan Wang5-30/+52
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-41/+43
2024-12-11net: dsa: require .support_eee() method to be implementedRussell King (Oracle)1-2/+2
2024-12-11net: dsa: provide implementation of .support_eee()Russell King (Oracle)1-0/+16
2024-12-11net: dsa: add hook to determine whether EEE is supportedRussell King (Oracle)1-0/+8
2024-12-11net: dsa: remove check for dp->pl in EEE methodsRussell King (Oracle)1-2/+2
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-mergeJakub Kicinski1-18/+40
2024-12-11splice: do not checksum AF_UNIX socketsFrederik Deweerdt1-0/+1
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki2-1/+13
2024-12-11tcp: Measure TIME-WAIT reuse delay with millisecond precisionJakub Sitnicki2-3/+9
2024-12-11ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX]Eric Dumazet1-6/+6
2024-12-11ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE]Eric Dumazet1-5/+8
2024-12-11ipv6: mcast: reduce ipv6_chk_mcast_addr() indentationEric Dumazet1-20/+22
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-11l2tp: Handle eth stats using NETDEV_PCPU_STAT_DSTATS.James Chapman1-5/+4
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski9-58/+71
2024-12-10rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()Eric Dumazet1-57/+35
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet3-14/+18
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao1-2/+4
2024-12-10net: pktgen: Use kthread_create_on_cpu()Frederic Weisbecker1-5/+2
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-34/+27
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-09mctp: no longer rely on net->dev_index_head[]Eric Dumazet1-31/+19
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells8-217/+718
2024-12-09rxrpc: Fix request for an ACK when cwnd is minimumDavid Howells1-1/+1
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells9-95/+96
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells2-2/+3
2024-12-09rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells3-7/+12
2024-12-09rxrpc: Tidy up the ACK parsing a bitDavid Howells2-29/+27
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells14-60/+54
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells3-160/+131