aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc
AgeCommit message (Expand)AuthorFilesLines
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29[PATCH] sparse: ->[gs]etsockopt() annotationAlexander Viro1-3/+3
2004-01-24[LLC]: Do not use lvalue in assignment.Andrew Morton1-1/+1
2004-01-08[LLC]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-4/+6
2003-11-01[LLC]: fix client side after sockaddr_llc fixupArnaldo Carvalho de Melo1-55/+56
2003-11-01[LLC]: fix procfs reading when there are saps without socketsArnaldo Carvalho de Melo1-2/+0
2003-10-29[LLC]: Fix sockaddr, only need to provide one MAC address not three.Arnaldo Carvalho de Melo3-60/+36
2003-10-28[LLC]: when the user doesn't specifies a local address to connect, do an auto...Arnaldo Carvalho de Melo1-10/+6
2003-10-28[LLC]: set local mac addr at connect time when userland left it as zeroesArnaldo Carvalho de Melo1-0/+1
2003-10-28[LLC]: fix bug that prevented fcntl(O_NONBLOCK) from working with PF_LLC socketsArnaldo Carvalho de Melo1-24/+24
2003-10-28[LLC]: fix net_device refcounting bugArnaldo Carvalho de Melo1-0/+3
2003-10-28[LLC]: llc_lookup_listener has to consider the 'any' mac addressArnaldo Carvalho de Melo1-1/+2
2003-10-28[LLC]: Fix oops in procf handling.Arnaldo Carvalho de Melo1-6/+3
2003-10-27[LLC]: In llc_ui_connect(), return error properly when device not found.Arnaldo Carvalho de Melo1-0/+1
2003-10-27[LLC]: Fix array indexing in llc_add_pack().Arnaldo Carvalho de Melo1-2/+2
2003-10-20[LLC]: Make LLC2 compile with PROC_FS=nDavid S. Miller2-12/+0
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-2/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-2/+2
2003-09-23[LLC]: llc_output.c needs linux/trdevice.hStephen Hemminger1-0/+1
2003-09-21Merge bk://kernel.bkbits.net/acme/llc-2.6David S. Miller2-14/+5
2003-09-21o LLC: remove unneeded EXPORT_SYMBOLs from llc_sapArnaldo Carvalho de Melo1-6/+0
2003-09-21[LLC]: llc_core.c needs linux/init.hDavid S. Miller1-0/+1
2003-09-20o LLC: use list_for_each_entry in llc_sap_findArnaldo Carvalho de Melo1-8/+5
2003-09-19o LLC: llc_station.h is not useful anymore, kill itArnaldo Carvalho de Melo4-4/+25
2003-09-19o LLC: consolidate the LLC station component into llc_station.cArnaldo Carvalho de Melo6-559/+502
2003-09-19o LLC: reorganize llc_station.c to kill useless static prototypesArnaldo Carvalho de Melo1-94/+80
2003-09-19o LLC: rename llc_main.[ch] to llc_station.[ch]Arnaldo Carvalho de Melo12-28/+23
2003-09-19o LLC: trim down llc_core to the very basic support needed by IPX et allArnaldo Carvalho de Melo8-219/+252
2003-09-19o LLC: rename llc_mac.c to llc_input.c, net/llc_mac.h to net/llc.hArnaldo Carvalho de Melo9-13/+9
2003-09-18o LLC: create a register interface for llc_station_rcvArnaldo Carvalho de Melo3-27/+39
2003-09-17o LLC: create llc_output and move lan_hdrs_init to itArnaldo Carvalho de Melo7-207/+378
2003-09-17o LLC: add some unlikely wrappings in llc_macArnaldo Carvalho de Melo1-38/+37
2003-09-16o LLC: split llc into llc_core and llc2 modulesArnaldo Carvalho de Melo7-107/+144
2003-09-16o LLC: implement llc_add_pack/llc_remove_packArnaldo Carvalho de Melo1-8/+18
2003-09-16o LLC: move the pdu routines needed by the upcoming llc_core to llc_pdu.hArnaldo Carvalho de Melo1-195/+0
2003-09-16o LLC: move llc_lookup_dgram to llc_sapArnaldo Carvalho de Melo2-45/+46
2003-09-16o LLC: move llc_build_and_send_ui_pkt to llc_sapArnaldo Carvalho de Melo2-32/+31
2003-09-16o LLC: move the sockets release function outside of llc_sap_closeArnaldo Carvalho de Melo3-27/+13
2003-09-16o LLC: move sap functions to llc_sapArnaldo Carvalho de Melo3-89/+90
2003-09-16o LLC: move the connection related functions to llc_connArnaldo Carvalho de Melo2-228/+227
2003-09-15o LLC: remove another silly net 4.0 bannerArnaldo Carvalho de Melo1-4/+6
2003-09-15o LLC: move llc_conn_handler and llc_sap_handler out of llc_macArnaldo Carvalho de Melo4-116/+115
2003-09-15o LLC: move llc_decode_pdu_type to llc_macArnaldo Carvalho de Melo2-36/+35
2003-09-15o LLC: introduce llc_type_handlersArnaldo Carvalho de Melo1-73/+94
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches1-4/+4
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller2-6/+1
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[LLC]: Set module owner on /proc/net/llc directory.Stephen Hemminger1-0/+1
2003-08-30[LLC]: Missing sk_set_owner() in llc_sk_alloc.Stephen Hemminger1-0/+1
2003-08-30[LLC]: Need to pskb_may_pull() in fix_up_incoming_skb().Stephen Hemminger1-4/+10
2003-06-18o llc: don't use inverted logicArnaldo Carvalho de Melo5-108/+108
2003-06-18o net: make sk_{add,del}_node functions take care of sock refcountingArnaldo Carvalho de Melo1-3/+1
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo5-45/+50
2003-06-11[LLC]: Fix typing error in procfs code.David S. Miller1-1/+1
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo8-119/+123
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-2/+2
2003-05-19[NET]: More device register/unregister fixing.David S. Miller1-3/+3
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller1-3/+3
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+2
2003-05-02o llc: use revised net module infrastructureArnaldo Carvalho de Melo1-0/+1
2003-04-29o net/llc: simple cleanupsArnaldo Carvalho de Melo17-218/+224
2003-04-28[NET]: Spelling fixes for net/Steven Cole3-4/+4
2003-04-27o af_llc: add missing include module.hArnaldo Carvalho de Melo1-0/+1
2003-04-27o af_llc: initialize ->owner in llc_ui_family_opsArnaldo Carvalho de Melo1-0/+1
2003-04-27o llc: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo2-12/+3
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-5/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-2/+2
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-02-24[PATCH] Spelling fixes - receiveMichael Hayes1-1/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-3/+0
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-2/+0
2002-11-17[LLC]: Fix timer_init calls.Petr Vandrovec1-4/+4
2002-11-13[NET]: More timer init fixes.Andrew Morton1-0/+5
2002-10-29Merge kernel.bkbits.net:/home/acme/net-2.5David S. Miller1-19/+18
2002-10-29o llc: fix seq_file supportArnaldo Carvalho de Melo1-19/+18
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-1/+0
2002-10-13net/llc/llc_proc.c: Kill other __exit tag too.David S. Miller1-1/+1
2002-10-13net/llc/llc_proc.c: Do not mark llc_proc_exist with __exit.Arjan van de Ven1-1/+1
2002-10-10net-kiocb.diffBenjamin LaHaise1-4/+5
2002-10-08Merge master.kernel.org:/home/acme/BK/llc-2.5David S. Miller1-13/+2
2002-10-08[AIO]: First stage of AIO infrastructure for networking.Benjamin LaHaise3-3/+3
2002-10-07o LLC: fix permission bogosity in create_proc_entry usageArnaldo Carvalho de Melo1-13/+2
2002-10-05o IPX: use seq_file for proc stuffArnaldo Carvalho de Melo1-3/+1
2002-10-05o LLC: now it only uses seq_file for proc stuffArnaldo Carvalho de Melo3-135/+98
2002-10-05o LLC: start using seq_file for proc stuffArnaldo Carvalho de Melo6-106/+240
2002-10-05Merge master.kernel.org:/home/acme/BK/llc-2.5David S. Miller6-205/+300
2002-09-30o LLC: kill llc_conn_free_ev, use plain kfree_skb insteadArnaldo Carvalho de Melo4-31/+15
2002-09-30o LLC: grab the skb in llc_conn_state_event, use llc_pdu_sn_hdrArnaldo Carvalho de Melo1-21/+35
2002-09-30o LLC: remove unused mac_dev_peerArnaldo Carvalho de Melo4-106/+74
2002-09-30Merge master.kernel.org:/home/acme/BK/llc-2.5David S. Miller8-158/+124
2002-09-29. LLC: kill mac_send_pdu, use plain dev_queue_xmitArnaldo Carvalho de Melo5-57/+15
2002-09-28o LLC: rename llc_sock.c to af_llc.cArnaldo Carvalho de Melo2-3/+3
2002-09-27o LLC: remove unused list_head from llc_opt & use rw_lock_init for rwlocksArnaldo Carvalho de Melo1-2/+2
2002-09-26[LLC] stop using the BKLArnaldo Carvalho de Melo1-4/+1
2002-09-25[LLC] move sap->rcv_func call to llc_rcvArnaldo Carvalho de Melo4-30/+27
2002-09-24[LLC] keep the skb in llc_sap_state_processArnaldo Carvalho de Melo1-20/+18
2002-09-24[LLC] remove sap->mac_pdu_q, not used at allArnaldo Carvalho de Melo1-1/+0
2002-09-24[LLC] use struct sock list membersArnaldo Carvalho de Melo5-99/+88
2002-09-23[LLC] clean up the ui sending routines and coreArnaldo Carvalho de Melo8-115/+79
2002-09-23[LLC] kill sap->{ind,conf}, finally!Arnaldo Carvalho de Melo7-467/+209
2002-09-22[LLC] move reason to the {station,sap,conn}_ev structsArnaldo Carvalho de Melo2-16/+9
2002-09-22[LLC] Make llc_save_primitive ready for dataunit/xid/test DGRAM packetsArnaldo Carvalho de Melo1-11/+9
2002-09-22[LLC] use the core lists to get info for /proc/net/llcArnaldo Carvalho de Melo1-29/+39
2002-09-22[LLC] use sk->state_change when p_flag is cleared or core state changesArnaldo Carvalho de Melo3-10/+25
2002-09-20[LLC] kill llc_ui_bh_find_sk_by_addrArnaldo Carvalho de Melo1-15/+1
2002-09-20[LLC] remove not needed functions, use llc_sap_find in llc_sockArnaldo Carvalho de Melo1-54/+4
2002-09-19[LLC] check if we have space in the socket to receive the packetArnaldo Carvalho de Melo1-6/+12
2002-09-18[LLC] Don't call sock_alloc_send_skb with the socket lock held...Arnaldo Carvalho de Melo1-2/+4
2002-09-18[LLC] timer cleanup: use mod_timerArnaldo Carvalho de Melo3-69/+82
2002-09-15[LLC] change semantics of recvmsg and sendmsgArnaldo Carvalho de Melo1-16/+21
2002-09-13[LLC] remove all tmr ev structs & fix psnap and p8022 wrt ui sendingArnaldo Carvalho de Melo5-70/+46
2002-09-13[LLC] kill sap->req()Arnaldo Carvalho de Melo3-170/+91
2002-09-12[LLC] save sockaddr_llc info in connection packetsArnaldo Carvalho de Melo4-9/+35
2002-09-12[LLC] remove unsupported flowcontrol prim bitsArnaldo Carvalho de Melo2-11/+1
2002-09-12[LLC] add missing kfree_skb in llc_conn_state_processArnaldo Carvalho de Melo1-0/+1
2002-09-12[LLC] llc_send_disc & LLC_DISC_PRIM bites the dustArnaldo Carvalho de Melo5-140/+72
2002-09-11[LLC] llc_establish_connection & LLC_CONN_PRIM bits the bucketArnaldo Carvalho de Melo4-204/+51
2002-09-11LLC: llc_lookup_listenerArnaldo Carvalho de Melo4-69/+75
2002-09-11[LLC] use just one struct sock per connectionArnaldo Carvalho de Melo7-429/+402
2002-09-11[LLC] turn tons of simple pdu functions into returning voidArnaldo Carvalho de Melo4-108/+64
2002-09-11[LLC] use llc_mac_{match,null} in more placesArnaldo Carvalho de Melo3-46/+22
2002-09-11[LLC] llc_ui_wait_for_data and socket locking fixesArnaldo Carvalho de Melo1-26/+55
2002-09-11[LLC] split llc_pdu_router into llc_{station,sap,conn}_rcvArnaldo Carvalho de Melo2-54/+55
2002-09-11LLC: kill llc_prim_data and LLC_PRIM_DATA for sap->ind() and sap->conf()Arnaldo Carvalho de Melo4-98/+50
2002-09-11LLC: llc_build_and_send_pktArnaldo Carvalho de Melo2-26/+12
2002-09-11LLC: sys_listen already checks for backlog > SOMAXCONNArnaldo Carvalho de Melo1-4/+2
2002-09-11LLC: tcpfying the beastArnaldo Carvalho de Melo8-77/+78
2002-09-11LLC: small cleanups, leave debug on for a whileArnaldo Carvalho de Melo4-19/+13
2002-08-14Merge master.kernel.org:/home/acme/BK/newdatalink-2.5David S. Miller15-1101/+998
2002-08-14LLC: use skb->cb to store the LLC eventsArnaldo Carvalho de Melo15-1101/+998
2002-08-11Merge master.kernel.org:/home/acme/BK/newdatalink-2.5David S. Miller2-2/+2
2002-08-10LLC: fix AF_LLC connection confirm and core connection request bugsArnaldo Carvalho de Melo2-2/+2
2002-08-07Merge master.kernel.org:/home/acme/BK/newdatalink-2.5David S. Miller9-151/+148
2002-08-07LLC: Remove global variables used in confirms and indicationsArnaldo Carvalho de Melo9-151/+148
2002-08-06net/llc/llc_main.c: Fix typo in struct member init.David S. Miller1-2/+2
2002-08-06make psnap and p8022 use the new LLC stackArnaldo Carvalho de Melo7-57/+49
2002-08-02Fix bug in LLC state tables, remove old LLC stack, etcArnaldo Carvalho de Melo11-193/+194
2002-07-18NET: Use ISO C struct initializers.Rusty Russell2-28/+28
2002-06-18kbuild: Fix net/llc/MakefileKai Germaschewski1-16/+4
2002-05-30net/llc/*.cArnaldo Carvalho de Melo17-0/+13211