summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* llc/snap: constify dev_addr passingJakub Kicinski2021-10-136-6/+6
* rose: constify dev_addr passingJakub Kicinski2021-10-133-9/+12
* ax25: constify dev_addr passingJakub Kicinski2021-10-139-19/+19
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-44/+3
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-2/+22
* devlink: Annotate devlink API callsLeon Romanovsky2021-10-121-0/+26
* devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky2021-10-121-0/+18
* devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-121-0/+57
* net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann2021-10-121-30/+83
* net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu2021-10-121-15/+40
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-10-121-9/+13
* net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann2021-10-121-12/+14
* nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski2021-10-111-14/+2
* nfc: drop unneeded debug printsKrzysztof Kozlowski2021-10-117-57/+1
* net: make dev_get_port_parent_id slightly more readableAntoine Tenart2021-10-101-5/+2
* net: use dev_addr_set()Jakub Kicinski2021-10-094-4/+4
* net: introduce a function to check if a netdev name is in useAntoine Tenart2021-10-081-4/+10
* vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2021-10-082-21/+39
* vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe2021-10-081-37/+28
* net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart2021-10-081-0/+55
* net/sched: sch_ets: properly init all active DRR list handlesDavide Caratti2021-10-081-3/+9
* eth: platform: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-081-0/+20
* ethernet: un-export nvmem_get_mac_address()Jakub Kicinski2021-10-081-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-0718-94/+174
|\
| * Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-10-071-1/+1
| |\
| | * SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields2021-10-011-1/+1
| * | net: prefer socket bound to interface when not in VRFMike Manning2021-10-074-4/+8
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-071-4/+5
| |\ \
| | * | unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang2021-10-061-4/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-10-071-12/+55
| |\ \ \
| | * | | xfrm: fix rcu lock in xfrm_notify_userpolicy()Nicolas Dichtel2021-09-231-1/+6
| | * | | xfrm: notify default policy on updateNicolas Dichtel2021-09-151-0/+31
| | * | | xfrm: make user policy API completeNicolas Dichtel2021-09-151-17/+19
| | * | | net: xfrm: fix shift-out-of-bounds in xfrm_get_defaultPavel Skripkin2021-09-091-0/+5
| * | | | rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-061-1/+1
| * | | | netlink: annotate data races around nlk->boundEric Dumazet2021-10-051-4/+10
| * | | | net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-051-0/+4
| * | | | net: bridge: fix under estimation in br_get_linkxstats_size()Eric Dumazet2021-10-051-0/+1
| * | | | net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()Eric Dumazet2021-10-051-1/+1
| * | | | dsa: tag_dsa: Fix mask for trunked packetsAndrew Lunn2021-10-041-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-025-66/+84
| |\ \ \ \
| | * | | | netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso2021-10-022-13/+36
| | * | | | netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso2021-09-281-6/+4
| | * | | | netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso2021-09-281-9/+25
| | * | | | netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-283-38/+19
| * | | | | net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet2021-10-011-0/+3
* | | | | | eth: fwnode: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-071-0/+20
* | | | | | eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-13/+8
* | | | | | eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-19/+20
* | | | | | device property: move mac addr helpers to eth.cJakub Kicinski2021-10-071-0/+63