aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-11-28net: page_pool: mute the periodic warning for visible page poolsJakub Kicinski1-4/+7
2023-11-28net: page_pool: expose page pool stats via netlinkJakub Kicinski4-1/+143
2023-11-28net: page_pool: report when page pool was destroyedJakub Kicinski3-0/+14
2023-11-28net: page_pool: report amount of memory held by page poolsJakub Kicinski3-4/+19
2023-11-28net: page_pool: add netlink notifications for state changesJakub Kicinski3-0/+38
2023-11-28net: page_pool: implement GET in the netlink APIJakub Kicinski3-0/+157
2023-11-28net: page_pool: stash the NAPI ID for easier accessJakub Kicinski1-1/+3
2023-11-28net: page_pool: record pools per netdevJakub Kicinski1-0/+84
2023-11-28net: page_pool: id the page poolsJakub Kicinski4-6/+62
2023-11-28net: page_pool: factor out uninitJakub Kicinski1-8/+13
2023-11-27Merge tag 'wireless-next-2023-11-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-7/+46
2023-11-24wifi: mac80211: Extend support for scanning while MLO connectedIlan Peer1-5/+43
2023-11-24wifi: cfg80211: Extend support for scanning while MLO connectedIlan Peer1-0/+1
2023-11-24rfkill: return ENOTTY on invalid ioctlThomas Weißschuh1-2/+2
2023-11-24net/smc: remove unneeded atomic operations in smc_tx_sndbuf_nonemptyLi RongQing2-30/+1
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang3-2/+16
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang5-5/+23
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-44/+125
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn1-0/+3
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe1-2/+6
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri1-1/+66
2023-11-21net: page_pool: avoid touching slow on the fastpathJakub Kicinski1-1/+3
2023-11-21net: page_pool: split the page_pool_params into fast and slowJakub Kicinski1-3/+4
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-6/+70
2023-11-21net: do not send a MOVE event when netdev changes netnsJakub Kicinski1-4/+6
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan1-1/+1
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-5/+13
2023-11-20bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2-0/+9
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-1/+48
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski12-0/+12
2023-11-18rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing2-3/+2
2023-11-18net/sched: cls_u32: replace int refcounts with proper refcountsPedro Tammela1-18/+18
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski9-330/+17
2023-11-18Merge tag 'batadv-next-pullrequest-20231115' of git://git.open-mesh.org/linux...David S. Miller16-26/+1533
2023-11-18devlink: Add device lock assert in reload operationIdo Schimmel1-0/+8
2023-11-18devlink: Acquire device lock during reload commandIdo Schimmel3-2/+20
2023-11-18devlink: Allow taking device lock in pre_doit operationsIdo Schimmel4-10/+18
2023-11-18devlink: Enable the use of private flags in post_doit operationsIdo Schimmel1-2/+8
2023-11-18devlink: Acquire device lock during netns dismantleIdo Schimmel2-2/+17
2023-11-18devlink: Move private netlink flags to C fileIdo Schimmel2-3/+3
2023-11-18net/ncsi: Add NC-SI 1.2 Get MC MAC Address commandPeter Delevoryas4-4/+59
2023-11-18net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas4-8/+36
2023-11-18net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas1-17/+3
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent3-0/+108
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampKory Maincent1-17/+1
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent4-16/+52
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent1-1/+1
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent3-0/+84
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent5-1/+102
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent1-3/+4