Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f6b06d9361a008afb93b97fb3683a6e92d69d0f4
/
net
/
llc
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
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 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
· 14 years ago
f0ecde1
net: Fix FDDI and TR config checks in ipv4 arp and LLC.
by David S. Miller
· 14 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
abf9d53
llc: add support for SO_BINDTODEVICE
by Octavian Purdila
· 15 years ago
e5cd6fe
llc: add support for LLC_OPT_PKTINFO
by Octavian Purdila
· 15 years ago
bf9ae53
llc: use dev_hard_header
by Octavian Purdila
· 15 years ago
d7fc02c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
f8572d8
sysctl net: Remove unused binary sysctl code
by Eric W. Biederman
· 15 years ago
3f378b6
net: pass kern to net_proto_family create function
by Eric Paris
· 15 years ago
ec1b4cf
net: mark net_proto_ops as const
by Stephen Hemminger
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
28e9fc5
NET: llc, zero sockaddr_llc struct
by Jiri Slaby
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
31e6d36
net: correct off-by-one write allocations reports
by Eric Dumazet
· 15 years ago
dfe9a83
llc: Kill outdated and incorrect comment.
by David S. Miller
· 15 years ago
a186d2a
net: remove needless (now buggy) & from dev->dev_addr (part2)
by Jiri Pirko
· 15 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
7546dd9
net: convert usage of packet_type to read_mostly
by Stephen Hemminger
· 16 years ago
c3431ea
llc: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
01af4a0
llc: fix non-const printk warning
by Stephen Hemminger
· 16 years ago
09640e6
net: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
cf005b1
net: remove redundant argument comments
by Qinghuang Feng
· 16 years ago
6d9f239
net: '&' redux
by Alexey Dobriyan
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
ee5850d
llc: Use sock_graft() instead of by-hand version.
by David S. Miller
· 16 years ago
3446b9d
llc: Fix double accounting of received packets
by Arnaldo Carvalho de Melo
· 16 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
f83f176
[LLC]: skb allocation size for responses
by Joonwoo Park
· 17 years ago
9f09243
[LLC]: Kill llc_station_mac_sa symbol export.
by David S. Miller
· 17 years ago
a5a0481
[LLC]: station source mac address
by Joonwoo Park
· 17 years ago
27785d8
[LLC]: bogus llc packet length
by Joonwoo Park
· 17 years ago
3480c63
[LLC]: Restrict LLC sockets to root
by Patrick McHardy
· 17 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
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
7e02180
[LLC]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
b5ccd79
[NET]: Simple ctl_table to ctl_path conversions.
by Pavel Emelyanov
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
6257ff2
[NET]: Forget the zero_it argument of sk_alloc()
by Pavel Emelyanov
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception 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
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
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
f64955e
[LLC]: Use skb_reset_mac_header in llc_mac_hdr_init
by Arnaldo Carvalho de Melo
· 18 years ago
0a1b0ad
[LLC]: Use skb_reset_mac_header in llc_alloc_frame
by Arnaldo Carvalho de Melo
· 18 years ago
Next »