aboutsummaryrefslogtreecommitdiff
path: root/net/llc
AgeCommit message (Expand)Author
2013-04-07llc: Fix missing msg_namelen update in llc_ui_recvmsg()Mathias Krause
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings
2012-09-17llc2: Remove explicit indexing of state action arraysBen Hutchings
2012-09-17llc2: Remove the station send queueBen Hutchings
2012-09-17llc2: Collapse the station event receive pathBen Hutchings
2012-09-17llc2: Remove dead code for state machineBen Hutchings
2012-09-17llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-15llc: fix info leak via getsockname()Mathias Krause
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-08-14llc: Fix races between llc2 handler use and (un)registrationBen Hutchings
2012-08-14llc2: Call llc_station_exit() on llc2_init() failure pathBen Hutchings
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings
2012-08-06llc: free the right skbSorin Dumitru
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-05-17net: include/net/sock.h cleanupEric Dumazet
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-20net llc: Don't use sysctl tables with .child entries.Eric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-01-24llc: Fix race condition in llc_ui_recvmsgRadu Iliescu
2011-12-19llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-04-11llc: Fix length check in llc_fixup_skb().David S. Miller
2011-02-28llc: avoid skb_clone() if there is only one handlerChangli Gao
2010-12-08net: RCU conversion of dev_getbyhwaddr() and arp_ioctl()Eric Dumazet
2010-09-16net/llc: storing negative error codes in unsigned shortDan Carpenter
2010-09-13net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-10net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24llc: cleanup: remove dead code from llc_init()Dan Carpenter
2010-03-05net: backlog functions renameZhu Yi
2010-03-05llc: use limited socket backlogZhu Yi
2009-12-26llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila
2009-12-26llc: optimize multicast deliveryOctavian Purdila
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila
2009-12-26llc: add support for SO_BINDTODEVICEOctavian Purdila
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila
2009-12-26llc: use dev_hard_headerOctavian Purdila