Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eb6b92ecc0f9412623ab1584ddd8389b371638d4
/
net
/
ax25
/
af_ax25.c
79462ad0
net: add validation for the socket syscall protocol argument
by Hannes Frederic Sowa
· 9 years ago
3200392
ax25: Stop using sock->sk_protinfo.
by David Miller
· 9 years ago
8f481b50
netfilter: Remove spurios included of netfilter.h
by Eric W Biederman
· 9 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
51f3d02
net: Add and use skb_copy_datagram_msg() helper.
by David S. Miller
· 10 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
7688775
ax25: cleanup a range test
by Dan Carpenter
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
ef3313e
ax25: fix info leak via msg_name in ax25_recvmsg()
by Mathias Krause
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
ef764a1
ax25: Fix missing break
by Alan Cox
· 12 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
0ca7a4c
net ax25: Simplify and cleanup the ax25 sysctl handling.
by Eric W. Biederman
· 13 years ago
3adadc0
net ax25: Reorder ax25_exit to remove races.
by Eric W. Biederman
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
ba1cffe
ax25: avoid overflows in ax25_setsockopt()
by Xi Wang
· 13 years ago
be639ac
NET: AX.25: Check ioctl arguments to avoid overflows further down the road.
by Ralf Baechle
· 13 years ago
8849b72
NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls
by Ralf Baechle
· 14 years ago
5b919f8
net: ax25: fix information leak to userland harder
by Kees Cook
· 14 years ago
fe10ae5
net: ax25: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
49339cc
net/ax25: Use available error codes
by Julia Lawall
· 14 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b512f3d
net: ax25: use seq_hlist_foo() helpers
by Li Zefan
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
43ab850
ax25: unsigned cannot be less than 0 in ax25_ctl_ioctl()
by roel kluin
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
8c185ab
ax25: Fix possible oops in ax25_make_new
by Jarek Poplawski
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
2f72291
ax25: Add missing dev_put in ax25_setsockopt
by Ralf Baechle
· 15 years ago
c0181d4
ax25: Fix ax25_cb refcounting in ax25_ctl_ioctl
by Jarek Poplawski
· 15 years ago
407fc5c
ax25: Fix SIOCAX25GETINFO ioctl
by Eric Dumazet
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
c564039
net: sk_wmem_alloc has initial value of one, not zero
by Eric Dumazet
· 15 years ago
c44a436
Revert "ax25: zero length frame filtering in AX25"
by David S. Miller
· 16 years ago
f99bcff
ax25: zero length frame filtering in AX25
by Bernard Pidoux
· 16 years ago
6078442
ax25: SOCK_DEBUG message simplification
by Bernard Pidoux
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
7340040
CRED: Wrap task credential accesses in the AX25 protocol
by David Howells
· 16 years ago
33d1d2c
ax25: Quick fix for making sure unaccepted sockets get destroyed.
by David S. Miller
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
9375cb8
ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.
by David S. Miller
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
21fab4a
[AX25] ax25_timer: use mod_timer instead of add_timer
by Jarek Poplawski
· 17 years ago
1105b5d
[AX25] af_ax25: remove sock lock in ax25_info_show()
by Jarek Poplawski
· 17 years ago
1987e7b
[AX25]: Kill ax25_bind() user triggable printk.
by maximilian attems
· 17 years ago
f16f302
[AX25]: sparse cleanups
by Eric Dumazet
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
ecd2ebd
[AX25] af_ax25: Possible circular locking.
by Jarek Poplawski
· 17 years ago
27d1cba
[AX25]: Kill user triggable printks.
by maximilian attems
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
bd3b071
[NET] AX25: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
75606dc
[AX25/NETROM/ROSE]: Convert to use modern wait queue API
by Ralf Baechle
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
967b05f
[SK_BUFF]: Introduce skb_set_transport_header
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
ae40eb1
[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
by Eric Dumazet
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
528930b
[NET] AX25: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
c9266b9
[AX.25]: Mark all kmalloc users __must_check
by Ralf Baechle
· 18 years ago
0459d70a
[AX25]: Use kmemdup
by Arnaldo Carvalho de Melo
· 18 years ago
c19c4b9
[AX.25]: Optimize AX.25 socket list lock
by Ralf Baechle
· 18 years ago
1b30dd3
[AX.25]: Use kzalloc
by Ralf Baechle
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e1fdb5b
[AX.25]: Eleminate HZ from AX.25 kernel interfaces
by Ralf Baechle
· 19 years ago
70868ea
[AX.25]: Move AX.25 symbol exports
by Ralf Baechle
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
b5e5fa5
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
by Christoph Hellwig
· 19 years ago
90ddc4f
[NET]: move struct proto_ops to const
by Eric Dumazet
· 19 years ago
a51482b
[NET]: kfree cleanup
by Jesper Juhl
· 19 years ago
4676356
[AX.25]: Reformat ax25_proto_ops initialization
by Ralf Baechle
· 19 years ago
20b7d10
[AX.25/ROSE]: Whitespace formatting changes
by Ralf Baechle
· 19 years ago
9b37ee7
[NETROM/AX.25/ROSE]: Remove useless tests
by Ralf Baechle
· 19 years ago
6f74998
[AX.25]: Rename ax25_encapsulate to ax25_hard_header
by Ralf Baechle
· 19 years ago
f75268c
[AX25]: Make ax2asc thread-proof
by Ralf Baechle
· 19 years ago
c752f07
[TCP]: Move the tcp sock states to net/tcp_states.h
by Arnaldo Carvalho de Melo
· 19 years ago
01d7dd0
[AX25]: UID fixes
by Ralf Baechle
· 19 years ago
53b924b
[NET]: Fix socket bitop damage
by Ralf Baechle
· 19 years ago
29c4be5
[AX25]: make ax25_queue_xmit a net_device parameter
by Arnaldo Carvalho de Melo
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago