summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-0818-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
* | | | | | of: net: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-071-0/+25
* | | | | | of: net: move of_net under net/Jakub Kicinski2021-10-073-1/+147
* | | | | | ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-074-1/+204
* | | | | | Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0521-959/+2107
|\ \ \ \ \ \
| * | | | | | Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz2021-10-021-6/+7
| * | | | | | Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2021-10-011-63/+37
| * | | | | | Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifierLuiz Augusto von Dentz2021-09-291-49/+67
| * | | | | | Bluetooth: Fix handling of experimental feature for codec offloadMarcel Holtmann2021-09-281-13/+4
| * | | | | | Bluetooth: Fix handling of experimental feature for quality reportsMarcel Holtmann2021-09-281-11/+4
| * | | | | | Bluetooth: Fix wrong opcode when LL privacy enabledYun-Hao Chung2021-09-281-1/+1
| * | | | | | Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik2021-09-283-21/+116
| * | | | | | Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.cLuiz Augusto von Dentz2021-09-223-124/+128
| * | | | | | Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2021-09-211-4/+6
| * | | | | | Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2021-09-212-2/+2
| * | | | | | Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUFLuiz Augusto von Dentz2021-09-211-11/+91
| * | | | | | Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-218-426/+481