Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-08llc: fix sk_buff leak in llc_sap_state_process()Eric Biggers
2018-03-12net: llc: drop VLA in llc_sap_mcast()Salvatore Mesoraca
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-02-13net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet
2014-12-10llc: Make llc_sap_action_t function pointer arrays constJoe Perches
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen
2013-09-04llc: Use normal etherdevice.h testsJoe Perches
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2012-05-16net: delete all instances of special processing for token ringPaul Gortmaker
2010-05-10net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-27llc: replace the socket list with a local address based hashOctavian Purdila
2009-12-27llc: use a device based hash table to speed up multicast deliveryOctavian Purdila
2009-12-27llc: optimize multicast deliveryOctavian Purdila
2009-12-27llc: convert the socket list to RCU lockingOctavian Purdila
2008-05-30llc: Fix double accounting of received packetsArnaldo Carvalho de Melo
2008-04-01[LLC]: skb allocation size for responsesJoonwoo Park
2007-04-26[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-26[LLC]: Use skb_reset_mac_header in llc_alloc_frameArnaldo Carvalho de Melo
2007-02-11[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki
2006-08-14[LLC]: multicast receive device matchStephen Hemminger
2006-08-05[LLX]: SOCK_DGRAM interface fixesStephen Hemminger
2006-06-18[LLC]: add multicast support for datagramsStephen Hemminger
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo
2005-08-30[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds