summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky
2021-10-12devlink: Annotate devlink API callsLeon Romanovsky
2021-10-12devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann
2021-10-12net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe
2021-10-08net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart
2021-10-08net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti
2021-10-08eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski
2021-10-08ethernet: un-export nvmem_get_mac_address()Jakub Kicinski
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2021-10-07net: prefer socket bound to interface when not in VRFMike Manning
2021-10-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-07eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski
2021-10-07of: net: add a helper for loading netdev->dev_addrJakub Kicinski
2021-10-07of: net: move of_net under net/Jakub Kicinski
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-10-06unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-10-05netlink: annotate data races around nlk->boundEric Dumazet
2021-10-05netlink: remove netlink_broadcast_filteredFlorian Westphal
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-10-05net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet
2021-10-05net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet
2021-10-04dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn
2021-10-04net: ipv6: fix use after free of struct seg6_pernet_dataMichelleJin
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman
2021-10-04ipv6: ioam: Prerequisite patch for ioam6_iptunnelJustin Iurman
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman
2021-10-03mctp: Add input reassembly testsJeremy Kerr
2021-10-03mctp: Add route input to socket testsJeremy Kerr
2021-10-03mctp: Add packet rx testsJeremy Kerr
2021-10-03mctp: Add test utilsJeremy Kerr
2021-10-03mctp: Add initial test structure and fragmentation testJeremy Kerr