summaryrefslogtreecommitdiffstats
path: root/net/llc
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: llc: remove unnecessary insert_at_head flagEric W. Biederman2007-02-141-1/+1
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-2/+2
* [NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1010-43/+43
* [LLC]: anotationsAl Viro2006-12-022-3/+3
* [LLC]: multicast receive device matchStephen Hemminger2006-08-131-0/+3
* [LLX]: SOCK_DGRAM interface fixesStephen Hemminger2006-08-042-14/+10
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-305-5/+0
* [LLC]: Fix double receive of SKB.Andrew Morton2006-06-171-1/+0
* [LLC]: add multicast support for datagramsStephen Hemminger2006-06-171-8/+51
* [LLC]: allow applications to get copy of kernel datagramsStephen Hemminger2006-06-171-1/+3
* [LLC]: use rcu_dereference on receive handlerStephen Hemminger2006-06-171-2/+5
* [LLC]: allow datagram recvmsgStephen Hemminger2006-06-171-2/+2
* [LLC]: use more efficient ether address routinesStephen Hemminger2006-06-171-2/+0
* [I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech2006-06-171-1/+1
* [LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().David S. Miller2006-04-191-1/+2
* [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