index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
llc
/
llc_conn.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-09
net/llc/llc_conn.c: fix 4 instances of -Wmissing-variable-declarations
Nick Desaulniers
1
-5
/
+6
2023-07-20
llc: Check netns in llc_estab_match() and llc_listener_match().
Kuniyuki Iwashima
1
-19
/
+30
2020-10-30
net: llc: Fix kerneldoc warnings
Andrew Lunn
1
-0
/
+2
2020-07-13
net: llc: kerneldoc fixes
Andrew Lunn
1
-3
/
+4
2019-10-09
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
1
-1
/
+1
2019-10-08
llc: fix sk_buff refcounting in llc_conn_state_process()
Eric Biggers
1
-27
/
+6
2019-10-08
llc: fix another potential sk_buff leak in llc_ui_sendmsg()
Eric Biggers
1
-0
/
+2
2019-10-08
llc: fix sk_buff leak in llc_conn_service()
Eric Biggers
1
-23
/
+9
2018-10-15
llc: set SOCK_RCU_FREE in llc_sap_add_socket()
Cong Wang
1
-0
/
+1
2018-04-22
llc: delete timers synchronously in llc_sk_free()
Cong Wang
1
-1
/
+21
2018-03-27
llc: properly handle dev_queue_xmit() return value
Cong Wang
1
-9
/
+23
2017-10-25
net: LLC: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+4
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-4
/
+4
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
1
-2
/
+2
2017-02-12
net/llc: avoid BUG_ON() in skb_orphan()
Eric Dumazet
1
-0
/
+3
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-3
/
+3
2014-12-10
llc: Make llc_conn_ev_qfyr_t function pointer arrays const
Joe Perches
1
-1
/
+1
2014-12-10
llc: Make function pointer arrays const
Joe Perches
1
-1
/
+1
2013-12-27
llc: "foo* bar" should be "foo *bar"
Weilong Chen
1
-2
/
+2
2013-09-03
llc: Use normal etherdevice.h tests
Joe Perches
1
-3
/
+3
2012-04-23
net: add a limit parameter to sk_add_backlog()
Eric Dumazet
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-05
net: backlog functions rename
Zhu Yi
1
-1
/
+1
2010-03-05
llc: use limited socket backlog
Zhu Yi
1
-1
/
+2
2009-12-26
llc: replace the socket list with a local address based hash
Octavian Purdila
1
-19
/
+51
2009-12-26
llc: use a device based hash table to speed up multicast delivery
Octavian Purdila
1
-1
/
+9
2009-12-26
llc: convert the socket list to RCU locking
Octavian Purdila
1
-31
/
+62
2009-05-28
llc: Kill outdated and incorrect comment.
David S. Miller
1
-4
/
+0
2009-02-26
llc: remove some pointless conditionals before kfree_skb()
Wei Yongjun
1
-2
/
+1
2008-03-26
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-1
/
+1
2008-03-05
net: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-12
/
+12
2008-01-28
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-12
/
+8
2007-11-01
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
1
-1
/
+1
2007-10-10
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-3
/
+3
2007-02-10
[NET] LLC: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-2
/
+1
2005-09-22
[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-09-22
[LLC]: Fix the accept path
Arnaldo Carvalho de Melo
1
-47
/
+95
2005-09-22
[LLC]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-09-22
[LLC]: Use refcounting with struct llc_sap
Arnaldo Carvalho de Melo
1
-26
/
+2
2005-09-22
[LLC]: Do better struct sock accounting on skbs
Arnaldo Carvalho de Melo
1
-5
/
+9
2005-09-22
[LLC]: Add sysctl support for the LLC timeouts
Arnaldo Carvalho de Melo
1
-4
/
+9
2005-09-22
[LLC]: Help the compiler with likely/unlikely, saving some more bytes
Arnaldo Carvalho de Melo
1
-6
/
+6
2005-09-22
[LLC]: Mark llc_find_next_offset as __init, saving some more bytes
Arnaldo Carvalho de Melo
1
-4
/
+4
2005-08-29
[TCP]: Move the tcp sock states to net/tcp_states.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[NET]: Kill skb->list
David S. Miller
1
-1
/
+5
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+915