- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / net / llc / llc_sap.c
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-02-11 YOSHIFUJI Hideaki[NET] LLC: Fix whitespace errors.
2006-08-14 Stephen Hemminger[LLC]: multicast receive device match
2006-08-05 Stephen Hemminger[LLX]: SOCK_DGRAM interface fixes
2006-06-18 Stephen Hemminger[LLC]: add multicast support for datagrams
2005-09-22 Arnaldo Carvalho... [LLC]: fix llc_ui_recvmsg, making it behave like tcp_re...
2005-09-22 Arnaldo Carvalho... [LLC]: Fix the accept path
2005-09-22 Arnaldo Carvalho... [LLC]: Do better struct sock accounting on skbs
2005-09-22 Arnaldo Carvalho... [LLC]: Make llc_frame_alloc take a net_device as an...
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2004-12-27 Adrian Bunk[LLC]: Staticize and remove unnecessary functions and...
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-10-30 Arnaldo Carvalho... [LLC]: Fix sockaddr, only need to provide one MAC addre...
2003-09-21 Arnaldo Carvalho... o LLC: remove unneeded EXPORT_SYMBOLs from llc_sap
2003-09-19 Arnaldo Carvalho... o LLC: rename llc_main.[ch] to llc_station.[ch]
2003-09-19 Arnaldo Carvalho... o LLC: trim down llc_core to the very basic support...
2003-09-16 Arnaldo Carvalho... o LLC: split llc into llc_core and llc2 modules
2003-09-16 Arnaldo Carvalho... o LLC: move llc_lookup_dgram to llc_sap
2003-09-16 Arnaldo Carvalho... o LLC: move llc_build_and_send_ui_pkt to llc_sap
2003-09-16 Arnaldo Carvalho... o LLC: move the sockets release function outside of...
2003-09-16 Arnaldo Carvalho... o LLC: move sap functions to llc_sap
2003-09-15 Arnaldo Carvalho... o LLC: move llc_conn_handler and llc_sap_handler out...
2003-06-18 Arnaldo Carvalho... o net: make sk_{add,del}_node functions take care of...
2003-06-16 Arnaldo Carvalho... o net: use hlist for struct sock hash lists
2003-06-04 Arnaldo Carvalho... o net: create struct sock_common and use in struct...
2003-04-29 Arnaldo Carvalho... o net/llc: simple cleanups
2002-09-30 Arnaldo Carvalho... o LLC: remove unused mac_dev_peer
2002-09-30 Arnaldo Carvalho... . LLC: kill mac_send_pdu, use plain dev_queue_xmit
2002-09-25 Arnaldo Carvalho... [LLC] move sap->rcv_func call to llc_rcv
2002-09-25 Arnaldo Carvalho... [LLC] keep the skb in llc_sap_state_process
2002-09-24 Arnaldo Carvalho... [LLC] use struct sock list members
2002-09-24 Arnaldo Carvalho... [LLC] clean up the ui sending routines and core
2002-09-24 Arnaldo Carvalho... [LLC] kill sap->{ind,conf}, finally!
2002-09-14 Arnaldo Carvalho... [LLC] remove all tmr ev structs & fix psnap and p8022...
2002-09-13 Arnaldo Carvalho... [LLC] kill sap->req()
2002-09-12 Arnaldo Carvalho... [LLC] save sockaddr_llc info in connection packets
2002-09-11 Arnaldo Carvalho... LLC: tcpfying the beast
2002-09-11 Arnaldo Carvalho... LLC: small cleanups, leave debug on for a while
2002-08-14 Arnaldo Carvalho... LLC: use skb->cb to store the LLC events
2002-08-08 Arnaldo Carvalho... LLC: Remove global variables used in confirms and indic...
2002-08-06 Arnaldo Carvalho... make psnap and p8022 use the new LLC stack
2002-08-02 Arnaldo Carvalho... Fix bug in LLC state tables, remove old LLC stack, etc
2002-05-30 Arnaldo Carvalho... net/llc/*.c