aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23tls: fix NULL deref on tls_sw_splice_eof() with empty recordJann Horn
2023-11-22net/smc: avoid data corruption caused by declineD. Wythe
2023-11-22net: hsr: Add support for MC filtering at the slave deviceMurali Karicheri
2023-11-21net: page_pool: avoid touching slow on the fastpathJakub Kicinski
2023-11-21net: page_pool: split the page_pool_params into fast and slowJakub Kicinski
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-21net: do not send a MOVE event when netdev changes netnsJakub Kicinski
2023-11-21ipv4: Correct/silence an endian warning in __ip_do_redirectKunwu Chan
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann
2023-11-20bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-11-18rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing
2023-11-18net/sched: cls_u32: replace int refcounts with proper refcountsPedro Tammela
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski
2023-11-18Merge tag 'batadv-next-pullrequest-20231115' of git://git.open-mesh.org/linux...David S. Miller
2023-11-18devlink: Add device lock assert in reload operationIdo Schimmel
2023-11-18devlink: Acquire device lock during reload commandIdo Schimmel
2023-11-18devlink: Allow taking device lock in pre_doit operationsIdo Schimmel
2023-11-18devlink: Enable the use of private flags in post_doit operationsIdo Schimmel
2023-11-18devlink: Acquire device lock during netns dismantleIdo Schimmel
2023-11-18devlink: Move private netlink flags to C fileIdo Schimmel
2023-11-18net/ncsi: Add NC-SI 1.2 Get MC MAC Address commandPeter Delevoryas
2023-11-18net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas
2023-11-18net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent
2023-11-18net: ethtool: ts: Update GET_TS to reply the current selected timestampKory Maincent
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran
2023-11-17rxrpc: Defer the response to a PING ACK until we've parsed itDavid Howells
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells
2023-11-17tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida
2023-11-17rxrpc: Fix some minor issues with bundle tracingDavid Howells
2023-11-16tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet
2023-11-16tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long
2023-11-15net: Fix undefined behavior in netdev name allocationGal Pressman
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski
2023-11-15Revert ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey
2023-11-14mptcp: fix setsockopt(IP_TOS) subflow lockingPaolo Abeni
2023-11-14mptcp: add validity check for sending RM_ADDRGeliang Tang
2023-11-14mptcp: fix possible NULL pointer dereference on closePaolo Abeni
2023-11-14mptcp: deal with large GSO sizePaolo Abeni