Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
f182536684d876afaf4627c36a16c4e15ea8a2b8
/
net
/
llc
408afb8
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
db5051e
net: convert datagram_poll users tp ->poll_mask
by Christoph Hellwig
· 7 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
2c5d5b1
llc: better deal with too small mtu
by Eric Dumazet
· 7 years ago
3a04ce7
llc: fix NULL pointer deref for SOCK_ZAPPED
by Cong Wang
· 7 years ago
b905ef9a
llc: delete timers synchronously in llc_sk_free()
by Cong Wang
· 7 years ago
f7e4367
llc: hold llc_sap before release_sock()
by Cong Wang
· 7 years ago
c0b458a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b85ab56
llc: properly handle dev_queue_xmit() return value
by Cong Wang
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
678f4bd
net: llc: drop VLA in llc_sap_mcast()
by Salvatore Mesoraca
· 7 years ago
9b2c45d
net: make getname() functions return length rather than use int* parameter
by Denys Vlasenko
· 7 years ago
96890d6
net: delete /proc THIS_MODULE references
by Alexey Dobriyan
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
fc8bcaa
net: LLC: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
58951dd
net, llc: convert llc_sap.refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
41c6d65
net: convert sock.sk_refcnt from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
0908cf4
net: llc: add lock_sock in llc_ui_bind to avoid a race condition
by linzhang
· 7 years ago
58d30c3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 8 years ago
5f0d5a3
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
by Paul E. McKenney
· 8 years ago
cdfbabf
net: Work around lockdep limitation in sockets that use sockets
by David Howells
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
8b74d43
net/llc: avoid BUG_ON() in skb_orphan()
by Eric Dumazet
· 8 years ago
d9dc8b0
net: fix sleeping for sk_wait_event()
by WANG Cong
· 8 years ago
5ff904d
llc: switch type to bool as the timeout is only tested versus 0
by Alan Cox
· 8 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b8670c0
net: fix infoleak in llc
by Kangjie Lu
· 9 years ago
fafc4e1
sock: tigthen lockdep checks for sock_owned_by_user
by Hannes Frederic Sowa
· 9 years ago
82aaf4f
af_llc: fix types on llc_ui_wait_for_conn
by One Thousand Gnomes
· 9 years ago
dfbafc9
tcp: fix recv with flags MSG_WAITALL | MSG_PEEK
by Sabrina Dubroca
· 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
6b8d911
net: llc: use correct size for sysctl timeout entries
by Sasha Levin
· 10 years ago
22bbf5f
llc: Make llc_sap_action_t function pointer arrays const
by Joe Perches
· 10 years ago
9b37306
llc: Make llc_conn_ev_qfyr_t function pointer arrays const
by Joe Perches
· 10 years ago
14b7d95
llc: Make function pointer arrays const
by Joe Perches
· 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
74bca13
net: llc: include linux/errno.h instead of asm/errno.h
by Fabian Frederick
· 10 years ago
7bced39
net_dma: simple removal
by Dan Williams
· 11 years ago
0f1a24c
llc: remove noisy WARN from llc_mac_hdr_init
by Dave Jones
· 11 years ago
342dfc3
net: add build-time checks for msg->msg_name size
by Steffen Hurrle
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
5e419e6
llc: make lock static
by stephen hemminger
· 11 years ago
4d231b7
net: llc: fix use after free in llc_ui_recvmsg
by Daniel Borkmann
· 11 years ago
3cdba60
llc: "foo* bar" should be "foo *bar"
by Weilong Chen
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
951fd87
llc: Use normal etherdevice.h tests
by Joe Perches
· 11 years ago
d14c5ab
net: proc_fs: trivial: print UIDs as unsigned int
by Francesco Fusco
· 11 years ago
c77a4b9c
llc: Fix missing msg_namelen update in llc_ui_recvmsg()
by Mathias Krause
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
df008c9
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
by Eric W. Biederman
· 12 years ago
b4516a2
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
by David S. Miller
· 12 years ago
12ebc8b
llc2: Collapse remainder of state machine into simple if-else if-statement
by Ben Hutchings
· 12 years ago
da31888
llc2: Remove explicit indexing of state action arrays
by Ben Hutchings
· 12 years ago
5ecf9ee
llc2: Remove the station send queue
by Ben Hutchings
· 12 years ago
04d191c
llc2: Collapse the station event receive path
by Ben Hutchings
· 12 years ago
025e363
llc2: Remove dead code for state machine
by Ben Hutchings
· 12 years ago
cc6328d
llc2: Remove pointless indirection through llc_stat_state_trans_end
by Ben Hutchings
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
3592aae
llc: fix info leak via getsockname()
by Mathias Krause
· 12 years ago
a7cb5a4
userns: Print out socket uids in a user namespace aware fashion.
by Eric W. Biederman
· 12 years ago
aadf31d
llc: Fix races between llc2 handler use and (un)registration
by Ben Hutchings
· 12 years ago
f4f8720
llc2: Call llc_station_exit() on llc2_init() failure path
by Ben Hutchings
· 12 years ago
6024935
llc2: Fix silent failure of llc_station_init()
by Ben Hutchings
· 12 years ago
91d27a8
llc: free the right skb
by Sorin Dumitru
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
dc6b9b7
net: include/net/sock.h cleanup
by Eric Dumazet
· 13 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
f545a38
net: add a limit parameter to sk_add_backlog()
by Eric Dumazet
· 13 years ago
64fb301
net llc: Don't use sysctl tables with .child entries.
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
56ac11c
llc: Fix race condition in llc_ui_recvmsg
by Radu Iliescu
· 13 years ago
9cef310
llc: llc_cmsg_rcv was getting called after sk_eat_skb.
by Alex Juncu
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
aa86735
llc: Fix length check in llc_fixup_skb().
by David S. Miller
· 14 years ago
696ea47
llc: avoid skb_clone() if there is only one handler
by Changli Gao
· 14 years ago
941666c
net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()
by Eric Dumazet
· 14 years ago
2507136
net/llc: storing negative error codes in unsigned short
by Dan Carpenter
· 14 years ago
339db11
net/llc: make opt unsigned in llc_ui_setsockopt()
by Dan Carpenter
· 14 years ago
278554b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f0ecde1
net: Fix FDDI and TR config checks in ipv4 arp and LLC.
by David S. Miller
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 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
a3dcce9
llc: cleanup: remove dead code from llc_init()
by Dan Carpenter
· 15 years ago
a3a858f
net: backlog functions rename
by Zhu Yi
· 15 years ago
79545b6
llc: use limited socket backlog
by Zhu Yi
· 15 years ago
3100aa9
llc: fix SAP reference counting w.r.t. socket handling
by Octavian Purdila
· 15 years ago
8beb9ab
llc: convert llc_sap_list to RCU
by Octavian Purdila
· 15 years ago
52d58ae
llc: replace the socket list with a local address based hash
by Octavian Purdila
· 15 years ago
6d2e3ea
llc: use a device based hash table to speed up multicast delivery
by Octavian Purdila
· 15 years ago
0f7b67d
llc: optimize multicast delivery
by Octavian Purdila
· 15 years ago
b76f5a8
llc: convert the socket list to RCU locking
by Octavian Purdila
· 15 years ago
Next »