dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/llc
Benjamin LaHaise c1cbe4b7ad [NET]: Avoid atomic xchg() for non-error case
It also looks like there were 2 places where the test on sk_err was
missing from the event wait logic (in sk_stream_wait_connect and
sk_stream_wait_memory), while the rest of the sock_error() users look
to be doing the right thing.  This version of the patch fixes those,
and cleans up a few places that were testing ->sk_err directly.

Signed-off-by: Benjamin LaHaise <benjamin.c.lahaise@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-01-03 13:10:44 -08:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [LLC]: Add sysctl support for the LLC timeouts 2005-09-22 04:30:44 -03:00
af_llc.c [NET]: Avoid atomic xchg() for non-error case 2006-01-03 13:10:44 -08:00
llc_c_ac.c [LLC]: Fix compiler warnings introduced by TX window scaling changes. 2005-11-17 15:17:42 -08:00
llc_c_ev.c [LLC]: Remove unused functions from llc_c_ev.c 2005-09-22 04:19:52 -03:00
llc_c_st.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_conn.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
llc_core.c [LLC]: Fix sparse warnings 2005-09-22 05:14:33 -03:00
llc_if.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
llc_input.c [LLC]: Fix llc_fixup_skb() bug 2005-09-22 04:48:46 -03:00
llc_output.c [LLC]: Use some more likely/unlikely 2005-09-22 04:32:10 -03:00
llc_output.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_pdu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_proc.c [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg 2005-09-22 08:29:08 -03:00
llc_s_ac.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
llc_s_ev.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_s_st.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
llc_sap.c [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg 2005-09-22 08:29:08 -03:00
llc_station.c [LLC]: Fix the accept path 2005-09-22 07:57:21 -03:00
sysctl_net_llc.c [LLC]: Fix sparse warnings 2005-09-22 05:14:33 -03:00