summaryrefslogtreecommitdiffstats
path: root/net/llc
Commit message (Expand)AuthorAgeFilesLines
* [LLC]: llc_mac_hdr_init const argumentsStephen Hemminger2006-03-204-23/+3
* [LLC]: Fix sap refcountingArnaldo Carvalho de Melo2006-03-202-2/+3
* [LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo2006-03-201-5/+4
* [LLC]: Fix struct proto .nameArnaldo Carvalho de Melo2006-03-201-1/+1
* [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-1/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-2/+2
* [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-3/+2
* [LLC]: Fix compiler warnings introduced by TX window scaling changes.David S. Miller2005-11-171-4/+4
* [LLC]: Make core block on remote busy.Jochen Friedrich2005-11-141-1/+4
* [LLC]: Fix TX window scalingJochen Friedrich2005-11-141-9/+11
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-2/+1
* [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo2005-09-224-36/+153
* [LLC]: Fix the accept pathArnaldo Carvalho de Melo2005-09-226-92/+130
* [LLC]: Fix sparse warningsArnaldo Carvalho de Melo2005-09-225-13/+6
* [LLC]: Fix llc_fixup_skb() bugJochen Friedrich2005-09-221-2/+6
* [LLC]: Fix for Bugzilla ticket #5157Jochen Friedrich2005-09-221-2/+2
* [LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich2005-09-221-0/+6
* [LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo2005-09-225-44/+39
* [LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo2005-09-224-12/+14
* [LLC]: Use sk_wait_dataArnaldo Carvalho de Melo2005-09-221-19/+23
* [LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo2005-09-226-47/+42
* [LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo2005-09-226-25/+195
* [LLC]: Use the sk_wait_event primitiveArnaldo Carvalho de Melo2005-09-221-38/+27
* [LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_waitArnaldo Carvalho de Melo2005-09-221-80/+67
* [LLC]: Remove unused functions from llc_c_ev.cArnaldo Carvalho de Melo2005-09-221-24/+1
* [LLC]: Use const in llc_c_ev.cArnaldo Carvalho de Melo2005-09-221-66/+68
* [LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo2005-09-223-25/+26
* [LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo2005-09-221-4/+4
* [LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behav...Arnaldo Carvalho de Melo2005-09-221-18/+7
* [LLC]: Remove unneeded temp net_device variablesArnaldo Carvalho de Melo2005-09-221-9/+5
* [LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplicationArnaldo Carvalho de Melo2005-09-221-38/+10
* [LLC]: Remove unneeded f_bit variablesArnaldo Carvalho de Melo2005-09-221-14/+7
* [LLC]: Simplify llc_c_ac code, removing unneeded assignments to variablesArnaldo Carvalho de Melo2005-09-221-8/+2
* [LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo2005-09-224-74/+50
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-294-4/+4
* [NET]: Kill skb->real_devDavid S. Miller2005-08-292-3/+4
* [NET]: Kill skb->listDavid S. Miller2005-08-292-2/+6
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-1619-0/+12080
OpenPOWER on IntegriCloud