aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior2-20/+26
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei1-1/+2
2024-07-02net: allow skb_datagram_iter to be called from any contextSagi Grimberg1-6/+13
2024-07-02net: limit scope of a skb_zerocopy_iter_stream varPavel Begunkov1-1/+2
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov1-5/+5
2024-07-02net: batch zerocopy_fill_skb_from_iter accountingPavel Begunkov1-13/+18
2024-07-02net: split __zerocopy_sg_from_iter()Pavel Begunkov1-9/+13
2024-07-02net: always try to set ubuf in skb_zerocopy_iter_streamPavel Begunkov1-2/+1
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi3-1/+127
2024-07-01netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal3-2/+149
2024-07-01net: ethtool: Fix the panic caused by dev being null when dumping coalesceHeng Qi1-2/+3
2024-07-01Merge tag 'for-net-2024-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller7-65/+92
2024-07-01xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert1-0/+1
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller7-201/+275
2024-07-01tcp_metrics: validate source addr lengthJakub Kicinski1-0/+1
2024-06-29Merge tag 'nfs-for-6.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+4
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg2-2/+2
2024-06-28net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree1-5/+21
2024-06-28net: ethtool: add a mutex protecting RSS contextsEdward Cree2-0/+12
2024-06-28net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree2-4/+7
2024-06-28net: ethtool: let the core choose RSS context IDsEdward Cree2-13/+39
2024-06-28net: ethtool: record custom RSS contexts in the XArrayEdward Cree1-1/+73
2024-06-28net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree1-0/+27
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree3-2/+6
2024-06-28udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki3-4/+10
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz4-66/+35
2024-06-28bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin1-3/+12
2024-06-28Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu1-2/+1
2024-06-28bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis1-3/+22
2024-06-28Bluetooth: Ignore too large handle values in BIGEdward Adam Davis1-0/+4
2024-06-28Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-06-28Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz1-3/+19
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter1-0/+7
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-5/+3
2024-06-28netfilter: xt_recent: Lift restrictions on max hitcount valuePhil Sutter1-4/+4
2024-06-28Merge tag 'ieee802154-for-net-2024-06-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2-10/+12
2024-06-28ethtool: Add ability to flash transceiver modules' firmwareDanielle Ratson4-0/+334
2024-06-28ethtool: cmis_fw_update: add a layer for supporting firmware update using CDBDanielle Ratson4-1/+438
2024-06-28ethtool: cmis_cdb: Add a layer for supporting CDB commandsDanielle Ratson4-1/+730
2024-06-28ethtool: Veto some operations during firmware flashing processDanielle Ratson3-0/+30
2024-06-28ethtool: Add flashing transceiver modules' firmware notifications abilityDanielle Ratson4-0/+154
2024-06-28UPSTREAM: tcp: fix DSACK undo in fast recovery to call tcp_try_to_open()Neal Cardwell1-1/+1
2024-06-28wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg3-27/+3
2024-06-28wifi: mac80211: Use the link BSS configuration for beacon processingIlan Peer1-12/+12
2024-06-28wifi: mac80211: remove key data from get_key callbackJohannes Berg1-3/+0
2024-06-28wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-06-27Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg1-2/+2
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski31-340/+621
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-55/+213
2024-06-27Merge tag 'wireless-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-1/+8