aboutsummaryrefslogtreecommitdiffstats
path: root/net/llc
AgeCommit message (Expand)AuthorFilesLines
2015-01-25net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2014-12-10llc: Make llc_sap_action_t function pointer arrays constJoe Perches2-11/+11
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2-120/+120
2014-12-10llc: Make function pointer arrays constJoe Perches2-236/+236
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+1
2014-10-24net: llc: include linux/errno.h instead of asm/errno.hFabian Frederick1-1/+1
2014-09-28net_dma: simple removalDan Williams1-5/+5
2014-01-28llc: remove noisy WARN from llc_mac_hdr_initDave Jones1-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2014-01-03llc: make lock staticstephen hemminger1-2/+1
2014-01-02net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann1-2/+3
2013-12-27llc: "foo* bar" should be "foo *bar"Weilong Chen3-5/+5
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-09-03llc: Use normal etherdevice.h testsJoe Perches3-8/+8
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-04-07llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman1-1/+1
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller1-7/+0
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings1-87/+4
2012-09-17llc2: Remove explicit indexing of state action arraysBen Hutchings1-4/+4
2012-09-17llc2: Remove the station send queueBen Hutchings1-32/+2
2012-09-17llc2: Collapse the station event receive pathBen Hutchings1-81/+6
2012-09-17llc2: Remove dead code for state machineBen Hutchings1-395/+9
2012-09-17llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings1-12/+4
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller1-1/+1
2012-08-15llc: fix info leak via getsockname()Mathias Krause1-2/+1
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+1
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings2-5/+18
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings2-3/+4
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings1-17/+2
2012-08-06llc: free the right skbSorin Dumitru1-3/+3
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2-9/+9
2012-05-17net: include/net/sock.h cleanupEric Dumazet1-2/+2
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker3-9/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+3
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet1-1/+1
2012-04-20net llc: Don't use sysctl tables with .child entries.Eric W. Biederman1-35/+16
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-01-24llc: Fix race condition in llc_ui_recvmsgRadu Iliescu1-0/+5
2011-12-19llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu1-4/+10
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker3-0/+3
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/ne...David 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/ne...David S. Miller7-0/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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/ne...David 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/...David 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
2008-03-27[LLC]: Restrict LLC sockets to rootPatrick McHardy1-0/+3
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison5-27/+27
2008-02-28[LLC]: Use proc_create() to setup ->proc_fops firstWang Chen1-6/+2
2008-01-28[NET]: Simple ctl_table to ctl_path conversions.Pavel Emelyanov1-19/+5
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov2-15/+10
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+7
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman2-3/+4
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+4
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman2-5/+8
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-2/+2
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-2/+8
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+2
2007-04-25[LLC]: Use skb_reset_mac_header in llc_mac_hdr_initArnaldo Carvalho de Melo1-2/+4
2007-04-25[LLC]: Use skb_reset_mac_header in llc_alloc_frameArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: llc: remove unnecessary insert_at_head flagEric W. Biederman1-1/+1
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-2/+2
2007-02-10[NET] LLC: Fix whitespace errors.YOSHIFUJI Hideaki10-43/+43
2006-12-02[LLC]: anotationsAl Viro2-3/+3
2006-08-13[LLC]: multicast receive device matchStephen Hemminger1-0/+3
2006-08-04[LLX]: SOCK_DGRAM interface fixesStephen Hemminger2-14/+10
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-17[LLC]: Fix double receive of SKB.Andrew Morton1-1/+0
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-8/+51
2006-06-17[LLC]: allow applications to get copy of kernel datagramsStephen Hemminger1-1/+3
2006-06-17[LLC]: use rcu_dereference on receive handlerStephen Hemminger1-2/+5
2006-06-17[LLC]: allow datagram recvmsgStephen Hemminger1-2/+2
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-2/+0
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech1-1/+1
2006-04-19[LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().David S. Miller1-1/+2
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger4-23/+3
2006-03-20[LLC]: Fix sap refcountingArnaldo Carvalho de Melo2-2/+3
2006-03-20[LLC]: Replace __inline__ with inlineArnaldo Carvalho de Melo1-5/+4
2006-03-20[LLC]: Fix struct proto .nameArnaldo Carvalho de Melo1-1/+1
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig1-1/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2006-01-03[NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise1-3/+2
2005-11-17[LLC]: Fix compiler warnings introduced by TX window scaling changes.David S. Miller1-4/+4
2005-11-14[LLC]: Make core block on remote busy.Jochen Friedrich1-1/+4
2005-11-14[LLC]: Fix TX window scalingJochen Friedrich1-9/+11
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-2/+1
2005-09-22[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsgArnaldo Carvalho de Melo4-36/+153
2005-09-22[LLC]: Fix the accept pathArnaldo Carvalho de Melo6-92/+130
2005-09-22[LLC]: Fix sparse warningsArnaldo Carvalho de Melo5-13/+6
2005-09-22[LLC]: Fix llc_fixup_skb() bugJochen Friedrich1-2/+6
2005-09-22[LLC]: Fix for Bugzilla ticket #5157Jochen Friedrich1-2/+2
2005-09-22[LLC]: Fix for Bugzilla ticket #5156Jochen Friedrich1-0/+6
2005-09-22[LLC]: Use refcounting with struct llc_sapArnaldo Carvalho de Melo5-44/+39
2005-09-22[LLC]: Do better struct sock accounting on skbsArnaldo Carvalho de Melo4-12/+14
2005-09-22[LLC]: Use sk_wait_dataArnaldo Carvalho de Melo1-19/+23
2005-09-22[LLC]: Use some more likely/unlikelyArnaldo Carvalho de Melo6-47/+42
2005-09-22[LLC]: Add sysctl support for the LLC timeoutsArnaldo Carvalho de Melo6-25/+195
2005-09-22[LLC]: Use the sk_wait_event primitiveArnaldo Carvalho de Melo1-38/+27
2005-09-22[LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_waitArnaldo Carvalho de Melo1-80/+67
2005-09-22[LLC]: Remove unused functions from llc_c_ev.cArnaldo Carvalho de Melo1-24/+1
2005-09-22[LLC]: Use const in llc_c_ev.cArnaldo Carvalho de Melo1-66/+68
2005-09-22[LLC]: Help the compiler with likely/unlikely, saving some more bytesArnaldo Carvalho de Melo3-25/+26
2005-09-22[LLC]: Mark llc_find_next_offset as __init, saving some more bytesArnaldo Carvalho de Melo1-4/+4
2005-09-22[LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behav...Arnaldo Carvalho de Melo1-18/+7
2005-09-22[LLC]: Remove unneeded temp net_device variablesArnaldo Carvalho de Melo1-9/+5
2005-09-22[LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplicationArnaldo Carvalho de Melo1-38/+10
2005-09-22[LLC]: Remove unneeded f_bit variablesArnaldo Carvalho de Melo1-14/+7
2005-09-22[LLC]: Simplify llc_c_ac code, removing unneeded assignments to variablesArnaldo Carvalho de Melo1-8/+2
2005-09-22[LLC]: Make llc_frame_alloc take a net_device as an argumentArnaldo Carvalho de Melo4-74/+50
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo4-4/+4
2005-08-29[NET]: Kill skb->real_devDavid S. Miller2-3/+4
2005-08-29[NET]: Kill skb->listDavid S. Miller2-2/+6
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds19-0/+12080