aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann1-9/+13
2021-10-12net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann1-12/+14
2021-10-12af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatabilityStephen Boyd1-1/+1
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski1-14/+2
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski7-57/+1
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart1-5/+2
2021-10-10SUNRPC: Per-rpc_clnt task PIDsChuck Lever1-2/+10
2021-10-09net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocolVladimir Oltean1-0/+2
2021-10-09net: use dev_addr_set()Jakub Kicinski4-4/+4
2021-10-08mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-10-08net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean1-3/+9
2021-10-08net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges using VID 0Vladimir Oltean1-18/+2
2021-10-08net: dsa: fix bridge_num not getting cleared after ports leaving the bridgeVladimir Oltean1-1/+1
2021-10-08nfc: nci: fix the UAF of rf_conn_info objectLin Ma1-0/+2
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart1-4/+10
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul5-41/+85
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2-21/+39
2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe1-37/+28
2021-10-08net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart1-0/+55
2021-10-08net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti1-3/+9
2021-10-08mptcp: fix possible stall on recvmsg()Paolo Abeni1-40/+15
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+20
2021-10-08ethernet: un-export nvmem_get_mac_address()Jakub Kicinski1-1/+0
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-94/+174
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2021-10-07netfilter: nft_dynset: relax superfluous check on set updatesPablo Neira Ayuso1-10/+1
2021-10-07ipvs: add sysctl_run_estimation to support disable estimationDust Li2-0/+13
2021-10-07netfilter: nf_tables: skip netdev events generated on netns removalFlorian Westphal1-6/+3
2021-10-07netfilter: Kconfig: use 'default y' instead of 'm' for bool config optionVegard Nossum1-1/+1
2021-10-07netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage valueJuhee Kang1-1/+1
2021-10-07Bluetooth: mgmt: Fix Experimental Feature Changed eventTedd Ho-Jeong An1-6/+9
2021-10-07Bluetooth: Read codec capabilities only if supportedKiran K1-2/+16
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning4-4/+8
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-4/+5
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+20
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-13/+8
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-19/+20
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski1-0/+63
2021-10-07of: net: add a helper for loading netdev->dev_addrJakub Kicinski1-0/+25
2021-10-07of: net: move of_net under net/Jakub Kicinski3-1/+147
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-12/+55
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel4-1/+204
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-10-06unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang1-4/+5
2021-10-06Bluetooth: Fix handling of SUSPEND_DISCONNECTINGLuiz Augusto von Dentz1-8/+8
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-1/+4
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi4-34/+80
2021-10-05bpf: Introduce BPF support for kernel module function callsKumar Kartikeya Dwivedi2-2/+2
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski21-959/+2107
2021-10-05netlink: annotate data races around nlk->boundEric Dumazet1-4/+10