index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: introduce a function to check if a netdev name is in use
Antoine Tenart
2021-10-08
1
-4
/
+10
*
vsock: Enable y2038 safe timeval for timeout
Richard Palethorpe
2021-10-08
2
-21
/
+39
*
vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt
Richard Palethorpe
2021-10-08
1
-37
/
+28
*
net-sysfs: try not to restart the syscall if it will fail eventually
Antoine Tenart
2021-10-08
1
-0
/
+55
*
net/sched: sch_ets: properly init all active DRR list handles
Davide Caratti
2021-10-08
1
-3
/
+9
*
eth: platform: add a helper for loading netdev->dev_addr
Jakub Kicinski
2021-10-08
1
-0
/
+20
*
ethernet: un-export nvmem_get_mac_address()
Jakub Kicinski
2021-10-08
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-08
18
-94
/
+174
|
\
|
*
Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2021-10-07
1
-1
/
+1
|
|
\
|
|
*
SUNRPC: fix sign error causing rpcsec_gss drops
J. Bruce Fields
2021-10-01
1
-1
/
+1
|
*
|
net: prefer socket bound to interface when not in VRF
Mike Manning
2021-10-07
4
-4
/
+8
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2021-10-07
1
-4
/
+5
|
|
\
\
|
|
*
|
unix: Fix an issue in unix_shutdown causing the other end read/write failures
Jiang Wang
2021-10-06
1
-4
/
+5
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
2021-10-07
1
-12
/
+55
|
|
\
\
\
|
|
*
|
|
xfrm: fix rcu lock in xfrm_notify_userpolicy()
Nicolas Dichtel
2021-09-23
1
-1
/
+6
|
|
*
|
|
xfrm: notify default policy on update
Nicolas Dichtel
2021-09-15
1
-0
/
+31
|
|
*
|
|
xfrm: make user policy API complete
Nicolas Dichtel
2021-09-15
1
-17
/
+19
|
|
*
|
|
net: xfrm: fix shift-out-of-bounds in xfrm_get_default
Pavel Skripkin
2021-09-09
1
-0
/
+5
|
*
|
|
|
rtnetlink: fix if_nlmsg_stats_size() under estimation
Eric Dumazet
2021-10-06
1
-1
/
+1
|
*
|
|
|
netlink: annotate data races around nlk->bound
Eric Dumazet
2021-10-05
1
-4
/
+10
|
*
|
|
|
net/sched: sch_taprio: properly cancel timer from taprio_destroy()
Eric Dumazet
2021-10-05
1
-0
/
+4
|
*
|
|
|
net: bridge: fix under estimation in br_get_linkxstats_size()
Eric Dumazet
2021-10-05
1
-0
/
+1
|
*
|
|
|
net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
Eric Dumazet
2021-10-05
1
-1
/
+1
|
*
|
|
|
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
2021-10-04
1
-1
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2021-10-02
5
-66
/
+84
|
|
\
\
\
\
|
|
*
|
|
|
netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notification
Pablo Neira Ayuso
2021-10-02
2
-13
/
+36
|
|
*
|
|
|
netfilter: nf_tables: reverse order in rule replacement expansion
Pablo Neira Ayuso
2021-09-28
1
-6
/
+4
|
|
*
|
|
|
netfilter: nf_tables: add position handle in event notification
Pablo Neira Ayuso
2021-09-28
1
-9
/
+25
|
|
*
|
|
|
netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
Florian Westphal
2021-09-28
3
-38
/
+19
|
*
|
|
|
|
net_sched: fix NULL deref in fifo_set_limit()
Eric Dumazet
2021-10-01
1
-0
/
+3
*
|
|
|
|
|
eth: fwnode: add a helper for loading netdev->dev_addr
Jakub Kicinski
2021-10-07
1
-0
/
+20
*
|
|
|
|
|
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
2021-10-07
1
-13
/
+8
*
|
|
|
|
|
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
2021-10-07
1
-19
/
+20
*
|
|
|
|
|
device property: move mac addr helpers to eth.c
Jakub Kicinski
2021-10-07
1
-0
/
+63
*
|
|
|
|
|
of: net: add a helper for loading netdev->dev_addr
Jakub Kicinski
2021-10-07
1
-0
/
+25
*
|
|
|
|
|
of: net: move of_net under net/
Jakub Kicinski
2021-10-07
3
-1
/
+147
*
|
|
|
|
|
ethtool: Add ability to control transceiver modules' power mode
Ido Schimmel
2021-10-07
4
-1
/
+204
*
|
|
|
|
|
Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2021-10-05
21
-959
/
+2107
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Bluetooth: Rename driver .prevent_wake to .wakeup
Luiz Augusto von Dentz
2021-10-02
1
-6
/
+7
|
*
|
|
|
|
|
Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
Luiz Augusto von Dentz
2021-10-01
1
-63
/
+37
|
*
|
|
|
|
|
Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifier
Luiz Augusto von Dentz
2021-09-29
1
-49
/
+67
|
*
|
|
|
|
|
Bluetooth: Fix handling of experimental feature for codec offload
Marcel Holtmann
2021-09-28
1
-13
/
+4
|
*
|
|
|
|
|
Bluetooth: Fix handling of experimental feature for quality reports
Marcel Holtmann
2021-09-28
1
-11
/
+4
|
*
|
|
|
|
|
Bluetooth: Fix wrong opcode when LL privacy enabled
Yun-Hao Chung
2021-09-28
1
-1
/
+1
|
*
|
|
|
|
|
Bluetooth: Fix Advertisement Monitor Suspend/Resume
Manish Mandlik
2021-09-28
3
-21
/
+116
|
*
|
|
|
|
|
Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.c
Luiz Augusto von Dentz
2021-09-22
3
-124
/
+128
|
*
|
|
|
|
|
Bluetooth: SCO: Fix sco_send_frame returning skb->len
Luiz Augusto von Dentz
2021-09-21
1
-4
/
+6
|
*
|
|
|
|
|
Bluetooth: Fix passing NULL to PTR_ERR
Luiz Augusto von Dentz
2021-09-21
2
-2
/
+2
|
*
|
|
|
|
|
Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF
Luiz Augusto von Dentz
2021-09-21
1
-11
/
+91
|
*
|
|
|
|
|
Bluetooth: eir: Move EIR/Adv Data functions to its own file
Luiz Augusto von Dentz
2021-09-21
8
-426
/
+481
[next]