aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-11llc: Fix length check in llc_fixup_skb().David S. Miller1-2/+1
2011-02-28llc: avoid skb_clone() if there is only one handlerChangli Gao1-12/+13
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet1-5/+6
2010-09-16net/llc: storing negative error codes in unsigned shortDan Carpenter1-1/+1
2010-09-13net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter1-1/+2
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-05-10net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller1-1/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-6/+6
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller7-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-0/+7
2010-03-24llc: cleanup: remove dead code from llc_init()Dan Carpenter1-6/+0
2010-03-05net: backlog functions renameZhu Yi2-2/+2
2010-03-05llc: use limited socket backlogZhu Yi1-1/+2
2009-12-26llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila1-4/+1
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila2-39/+18
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila4-36/+95
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2-3/+15
2009-12-26llc: optimize multicast deliveryOctavian Purdila1-8/+28
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila5-67/+120
2009-12-26llc: add support for SO_BINDTODEVICEOctavian Purdila1-2/+27
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila1-0/+29
2009-12-26llc: use dev_hard_headerOctavian Purdila1-37/+8
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+6
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-19/+6
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+4
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-08-23NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-2/+2
2009-05-28llc: Kill outdated and incorrect comment.David S. Miller1-4/+0
2009-05-17net: remove needless (now buggy) & from dev->dev_addr (part2)Jiri Pirko1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+2
2009-02-26llc: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-22llc: fix non-const printk warningStephen Hemminger1-3/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-03net: '&' reduxAlexey Dobriyan1-10/+10
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-06-17llc: Use sock_graft() instead of by-hand version.David S. Miller1-3/+1
2008-05-30llc: Fix double accounting of received packetsArnaldo Carvalho de Melo1-5/+5
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-43/+79
2008-03-31[LLC]: skb allocation size for responsesJoonwoo Park5-31/+67
2008-03-28[LLC]: Kill llc_station_mac_sa symbol export.David S. Miller1-1/+0
2008-03-28[LLC]: station source mac addressJoonwoo Park2-10/+4
2008-03-28[LLC]: bogus llc packet lengthJoonwoo Park1-1/+5