summaryrefslogtreecommitdiffstats
path: root/net/llc/llc_sap.c
Commit message (Expand)AuthorAgeFilesLines
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-121-0/+3
* llc: Make llc_sap_action_t function pointer arrays constJoe Perches2014-12-101-1/+1
* llc: "foo* bar" should be "foo *bar"Weilong Chen2013-12-271-2/+2
* llc: Use normal etherdevice.h testsJoe Perches2013-09-031-2/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-4/+0
* net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller2010-05-101-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* llc: replace the socket list with a local address based hashOctavian Purdila2009-12-261-1/+10
* llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2009-12-261-2/+6
* llc: optimize multicast deliveryOctavian Purdila2009-12-261-8/+28
* llc: convert the socket list to RCU lockingOctavian Purdila2009-12-261-23/+43
* llc: Fix double accounting of received packetsArnaldo Carvalho de Melo2008-05-301-5/+5
* [LLC]: skb allocation size for responsesJoonwoo Park2008-03-311-3/+24
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+2
* [LLC]: Use skb_reset_mac_header in llc_alloc_frameArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-3/+3
* [LLC]: multicast receive device matchStephen Hemminger2006-08-131-0/+3
* [LLX]: SOCK_DGRAM interface fixesStephen Hemminger2006-08-041-2/+2
* [LLC]: add multicast support for datagramsStephen Hemminger2006-06-171-8/+51
* [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo2005-09-221-1/+4
* [LLC]: Fix the accept pathArnaldo Carvalho de Melo2005-09-221-1/+3
* [LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo2005-09-221-4/+4
* [LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo2005-09-221-2/+3
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-291-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+316
OpenPOWER on IntegriCloud