index
:
user/sven/linux-bitkeeper.git
master
origin/HEAD
origin/master
Linux Kernel BitKeeper History
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
llc
Age
Commit message (
Expand
)
Author
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
2005-03-16
[NET] Convert sk_zapped into SOCK_ZAPPED flag
Thomas Graf
2005-01-20
[LLC] stop using sk_protinfo
Arnaldo Carvalho de Melo
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
2004-12-27
[LLC]: llc_sap_list_lock really does need to be exported.
David S. Miller
2004-12-27
[LLC]: Staticize and remove unnecessary functions and exports.
Adrian Bunk
2004-10-06
[LLC] set mac.raw if tr_source_route is called
Arnaldo Carvalho de Melo
2004-10-06
[SKBUFF] introduce tr_hdr(skb)
Arnaldo Carvalho de Melo
2004-10-06
[SKBUFF] use eth_hdr(skb), skb->mac.raw cases
Arnaldo Carvalho de Melo
2004-09-21
[SOCK] remove sk_pair, only really used by AF_UNIX
Arnaldo Carvalho de Melo
2004-05-30
[PATCH] sparse: dev_ioctl() callers
Alexander Viro
2004-05-29
[PATCH] sparse: ->[gs]etsockopt() annotation
Alexander Viro
2004-01-24
[LLC]: Do not use lvalue in assignment.
Andrew Morton
2004-01-08
[LLC]: Use size_t for size in {send,recv}msg.
Stephen Hemminger
2003-11-01
[LLC]: fix client side after sockaddr_llc fixup
Arnaldo Carvalho de Melo
2003-11-01
[LLC]: fix procfs reading when there are saps without sockets
Arnaldo Carvalho de Melo
2003-10-29
[LLC]: Fix sockaddr, only need to provide one MAC address not three.
Arnaldo Carvalho de Melo
2003-10-28
[LLC]: when the user doesn't specifies a local address to connect, do an auto...
Arnaldo Carvalho de Melo
2003-10-28
[LLC]: set local mac addr at connect time when userland left it as zeroes
Arnaldo Carvalho de Melo
2003-10-28
[LLC]: fix bug that prevented fcntl(O_NONBLOCK) from working with PF_LLC sockets
Arnaldo Carvalho de Melo
2003-10-28
[LLC]: fix net_device refcounting bug
Arnaldo Carvalho de Melo
2003-10-28
[LLC]: llc_lookup_listener has to consider the 'any' mac address
Arnaldo Carvalho de Melo
2003-10-28
[LLC]: Fix oops in procf handling.
Arnaldo Carvalho de Melo
2003-10-27
[LLC]: In llc_ui_connect(), return error properly when device not found.
Arnaldo Carvalho de Melo
2003-10-27
[LLC]: Fix array indexing in llc_add_pack().
Arnaldo Carvalho de Melo
2003-10-20
[LLC]: Make LLC2 compile with PROC_FS=n
David S. Miller
2003-10-06
[NET]: Delete support for old-style protocols, no longer necessary.
David S. Miller
2003-09-24
[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.
Joe Perches
2003-09-23
[LLC]: llc_output.c needs linux/trdevice.h
Stephen Hemminger
2003-09-21
Merge bk://kernel.bkbits.net/acme/llc-2.6
David S. Miller
2003-09-21
o LLC: remove unneeded EXPORT_SYMBOLs from llc_sap
Arnaldo Carvalho de Melo
2003-09-21
[LLC]: llc_core.c needs linux/init.h
David S. Miller
2003-09-20
o LLC: use list_for_each_entry in llc_sap_find
Arnaldo Carvalho de Melo
2003-09-19
o LLC: llc_station.h is not useful anymore, kill it
Arnaldo Carvalho de Melo
2003-09-19
o LLC: consolidate the LLC station component into llc_station.c
Arnaldo Carvalho de Melo
2003-09-19
o LLC: reorganize llc_station.c to kill useless static prototypes
Arnaldo Carvalho de Melo
2003-09-19
o LLC: rename llc_main.[ch] to llc_station.[ch]
Arnaldo Carvalho de Melo
2003-09-19
o LLC: trim down llc_core to the very basic support needed by IPX et all
Arnaldo Carvalho de Melo
2003-09-19
o LLC: rename llc_mac.c to llc_input.c, net/llc_mac.h to net/llc.h
Arnaldo Carvalho de Melo
2003-09-18
o LLC: create a register interface for llc_station_rcv
Arnaldo Carvalho de Melo
2003-09-17
o LLC: create llc_output and move lan_hdrs_init to it
Arnaldo Carvalho de Melo
2003-09-17
o LLC: add some unlikely wrappings in llc_mac
Arnaldo Carvalho de Melo
2003-09-16
o LLC: split llc into llc_core and llc2 modules
Arnaldo Carvalho de Melo
2003-09-16
o LLC: implement llc_add_pack/llc_remove_pack
Arnaldo Carvalho de Melo
2003-09-16
o LLC: move the pdu routines needed by the upcoming llc_core to llc_pdu.h
Arnaldo Carvalho de Melo
2003-09-16
o LLC: move llc_lookup_dgram to llc_sap
Arnaldo Carvalho de Melo
2003-09-16
o LLC: move llc_build_and_send_ui_pkt to llc_sap
Arnaldo Carvalho de Melo
2003-09-16
o LLC: move the sockets release function outside of llc_sap_close
Arnaldo Carvalho de Melo
2003-09-16
o LLC: move sap functions to llc_sap
Arnaldo Carvalho de Melo
2003-09-16
o LLC: move the connection related functions to llc_conn
Arnaldo Carvalho de Melo
[next]