summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet4-6/+6
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet2-3/+5
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-2/+3
2023-08-16inet: introduce inet->inet_flagsEric Dumazet1-11/+44
2023-08-16Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-113/+3
2023-08-16genetlink: add genlmsg_iput() APIJakub Kicinski1-1/+53
2023-08-16genetlink: add a family pointer to struct genl_infoJakub Kicinski1-2/+2
2023-08-16genetlink: use attrs from struct genl_infoJakub Kicinski1-1/+0
2023-08-16genetlink: add struct genl_info to struct genl_dumpit_infoJakub Kicinski1-0/+8
2023-08-16genetlink: remove userhdr from struct genl_infoJakub Kicinski1-2/+5
2023-08-16genetlink: make genl_info->nlhdr constJakub Kicinski1-1/+1
2023-08-15net/mlx5: Remove unused MAX HCA capabilitiesShay Drory2-53/+0
2023-08-15net/mlx5: Remove unused CAPsShay Drory2-59/+1
2023-08-15net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh1-1/+2
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos1-0/+4
2023-08-14net: openvswitch: add explicit drop actionEric Garver1-0/+2
2023-08-14net: openvswitch: add last-action drop reasonAdrian Moreno1-0/+6
2023-08-14net: factor out __inet_listen_sk() helperPaolo Abeni1-0/+1
2023-08-14net: factor out inet{,6}_bind_sk helpersPaolo Abeni2-0/+2
2023-08-13net: Remove leftover include from nftables.hJörn-Thorben Hinz1-2/+0
2023-08-13Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller6-16/+114
2023-08-13net: tcp: send zero-window ACK when no memoryMenglong Dong1-1/+2
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen1-2/+2
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz1-0/+3
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz1-0/+21
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz1-0/+1
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2-7/+3
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-0/+4
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu1-0/+25
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz1-1/+1
2023-08-11Bluetooth: msft: Extended monitor tracking by address filterHilda Wu1-0/+10
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu1-3/+2
2023-08-11Bluetooth: hci_sock: Forward credentials to monitorLuiz Augusto von Dentz1-0/+1
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-0/+2
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2-2/+4
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu1-0/+30
2023-08-11Bluetooth: Check for ISO support in controllerClaudia Draghicescu3-0/+4
2023-08-11net: mana: Add gdma stats to ethtool output for manaShradha Gupta1-0/+87
2023-08-11sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing1-2/+0
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2023-08-11net: caif: Remove unused declaration cfsrvl_ctrlcmd()Yue Haibing1-3/+0
2023-08-11Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipJakub Kicinski1-0/+2
2023-08-11net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn1-0/+33
2023-08-11net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang1-1/+1
2023-08-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-8/+15