index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
appletalk
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+3
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+21
2025-07-21
net: appletalk: Fix use-after-free in AARP proxy probe
Kito Xu (veritas501)
-3
/
+21
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2025-07-10
net: appletalk: Fix device refcount leak in atrtr_create()
Kito Xu
-0
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-2
/
+2
2025-01-20
net: appletalk: Drop aarp_send_probe_phase1()
谢致邦 (XIE Zhibang)
-38
/
+7
2024-10-04
appletalk: Remove deadcode
Dr. David Alan Gilbert
-47
/
+1
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+16
2024-05-08
appletalk: Improve handling of broadcast packets
Vincent Duvert
-3
/
+16
2024-05-03
appletalk: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
-1
/
+0
2023-12-26
net: remove SOCK_DEBUG leftovers
Denis Kirjanov
-8
/
+8
2023-12-14
appletalk: Fix Use-After-Free in atalk_ioctl
Hyunwoo Kim
-5
/
+4
2023-10-13
appletalk: remove special handling code for ipddp
Lukas Bulwahn
-36
/
+0
2023-10-10
appletalk: remove ipddp driver
Arnd Bergmann
-0
/
+30
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
-1
/
+1
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
-1
/
+0
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
-2
/
+1
2021-07-23
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
-2
/
+2
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2021-06-08
net: appletalk: fix some mistakes in grammar
gushengxian
-3
/
+3
2021-06-08
net: appletalk: fix the usage of preposition
gushengxian
-1
/
+1
2021-02-12
appletalk: Fix skb allocation size in loopback case
Doug Brown
-12
/
+21
2020-10-30
net: appletalk: fix kerneldoc warnings
Andrew Lunn
-12
/
+13
2020-08-03
appletalk: Fix atalk_proc_init() return path
Vincent Duvert
-0
/
+2
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
-2
/
+0
2020-05-18
ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl
Christoph Hellwig
-5
/
+44
2020-05-18
appletalk: factor out a atrtr_ioctl_addrt helper
Christoph Hellwig
-13
/
+20
2019-09-24
appletalk: enforce CAP_NET_RAW for raw sockets
Ori Nimron
-0
/
+5
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
-4
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
-13
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
2019-04-30
appletalk: Set error code if register_snap_client failed
YueHaibing
-0
/
+1
2019-04-19
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
-6
/
+1
2019-03-15
appletalk: Fix potential NULL pointer dereference in unregister_snap_client
YueHaibing
-11
/
+24
2019-03-03
appletalk: Fix use-after-free in atalk_proc_exit
YueHaibing
-8
/
+36
2019-03-03
appletalk: use remove_proc_subtree to simplify procfs code
YueHaibing
-39
/
+17
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
-1
/
+1
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
-1
/
+1
2018-05-26
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
-1
/
+1
2018-05-16
proc: introduce proc_create_seq_private
Christoph Hellwig
-20
/
+3
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
-42
/
+6
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
-4
/
+4
[next]