index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ieee802154
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fill in MODULE_DESCRIPTION()s for ieee802154
Breno Leitao
2024-01-29
1
-0
/
+1
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-24
1
-2
/
+0
*
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-15
1
-8
/
+7
*
net: ieee802154: fix error return code in dgram_bind()
Wei Yongjun
2022-10-07
1
-1
/
+3
*
net/ieee802154: don't warn zero-sized raw_sendmsg()
Tetsuo Handa
2022-10-05
1
-0
/
+4
*
Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
Alexander Aring
2022-10-05
1
-3
/
+0
*
net/ieee802154: reject zero-sized raw_sendmsg()
Tetsuo Handa
2022-10-03
1
-0
/
+3
*
net/ieee802154: fix uninit value bug in dgram_sendmsg
Haimin Zhang
2022-09-16
1
-19
/
+23
*
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
2022-04-28
1
-2
/
+2
*
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-12
1
-4
/
+2
*
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-04-06
1
-2
/
+4
*
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
2021-11-16
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-1
/
+6
|
\
|
*
net: Fix memory leak in ieee802154_raw_deliver
Takeshi Misawa
2021-08-10
1
-1
/
+6
*
|
net: Remove redundant if statements
Yajun Deng
2021-08-05
1
-2
/
+1
*
|
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
2021-07-23
1
-2
/
+2
|
/
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-3
/
+3
*
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
2020-07-19
1
-8
/
+0
*
ieee802154: enforce CAP_NET_RAW for raw sockets
Ori Nimron
2019-09-24
1
-0
/
+3
*
Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...
David S. Miller
2019-08-24
1
-1
/
+1
|
\
|
*
net: ieee802154: remove redundant assignment to rc
Colin Ian King
2019-08-14
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
*
|
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-4
/
+2
|
/
*
ieee802154: add rx LQI from userspace
Romuald CARI
2018-07-13
1
-0
/
+17
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-2
/
+2
*
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2018-05-26
1
-2
/
+2
*
net: ieee802154: fix net_device reference release too early
Lin Zhang
2017-05-23
1
-4
/
+4
*
net: ieee802154: remove explicit set skb->sk
Lin Zhang
2017-05-23
1
-2
/
+0
*
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-27
1
-2
/
+2
*
sock: struct proto hash function may error
Craig Gallek
2016-02-11
1
-4
/
+13
*
ieee802154: change mtu size behaviour
Alexander Aring
2015-09-30
1
-2
/
+2
*
ieee802154: introduce wpan_dev_header_ops
Alexander Aring
2015-09-22
1
-2
/
+2
*
ieee802154: Fix sockaddr_ieee802154 implicit padding information leak.
Lennert Buytenhek
2015-06-04
1
-0
/
+6
*
ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().
Lennert Buytenhek
2015-05-26
1
-6
/
+0
*
ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.
Lennert Buytenhek
2015-05-26
1
-1
/
+1
*
mac802154: remove mib lock
Alexander Aring
2015-05-23
1
-7
/
+5
*
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
2015-05-11
1
-1
/
+1
*
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
1
-12
/
+9
*
ieee802154: rename af_ieee802154.c to socket.c
Alexander Aring
2015-01-03
1
-0
/
+1125