| Commit message (Expand) | Author | Age | Files | Lines |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -2/+1 |
* | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm | Eric W. Biederman | 2012-11-19 | 1 | -1/+1 |
* | llc: Remove stray reference to sysctl_llc_station_ack_timeout. | David S. Miller | 2012-09-17 | 1 | -7/+0 |
* | llc2: Collapse remainder of state machine into simple if-else if-statement | Ben Hutchings | 2012-09-17 | 1 | -87/+4 |
* | llc2: Remove explicit indexing of state action arrays | Ben Hutchings | 2012-09-17 | 1 | -4/+4 |
* | llc2: Remove the station send queue | Ben Hutchings | 2012-09-17 | 1 | -32/+2 |
* | llc2: Collapse the station event receive path | Ben Hutchings | 2012-09-17 | 1 | -81/+6 |
* | llc2: Remove dead code for state machine | Ben Hutchings | 2012-09-17 | 1 | -395/+9 |
* | llc2: Remove pointless indirection through llc_stat_state_trans_end | Ben Hutchings | 2012-09-17 | 1 | -12/+4 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 2012-08-25 | 1 | -1/+1 |
|\ |
|
| * | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 2012-08-15 | 1 | -1/+1 |
* | | llc: fix info leak via getsockname() | Mathias Krause | 2012-08-16 | 1 | -2/+1 |
* | | llc: Fix races between llc2 handler use and (un)registration | Ben Hutchings | 2012-08-15 | 2 | -5/+18 |
* | | llc2: Call llc_station_exit() on llc2_init() failure path | Ben Hutchings | 2012-08-15 | 2 | -3/+4 |
* | | llc2: Fix silent failure of llc_station_init() | Ben Hutchings | 2012-08-15 | 1 | -17/+2 |
* | | llc: free the right skb | Sorin Dumitru | 2012-08-06 | 1 | -3/+3 |
|/ |
|
* | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-11 | 2 | -9/+9 |
* | net: include/net/sock.h cleanup | Eric Dumazet | 2012-05-17 | 1 | -2/+2 |
* | net: delete all instances of special processing for token ring | Paul Gortmaker | 2012-05-16 | 3 | -9/+1 |
* | net: Convert net_ratelimit uses to net_<level>_ratelimited | Joe Perches | 2012-05-15 | 1 | -4/+3 |
* | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 2012-04-24 | 1 | -1/+1 |
* | net llc: Don't use sysctl tables with .child entries. | Eric W. Biederman | 2012-04-21 | 1 | -35/+16 |
* | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 2012-04-21 | 1 | -2/+3 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -1/+1 |
* | llc: Fix race condition in llc_ui_recvmsg | Radu Iliescu | 2012-01-24 | 1 | -0/+5 |
* | llc: llc_cmsg_rcv was getting called after sk_eat_skb. | Alex Juncu | 2011-12-19 | 1 | -4/+10 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-11-01 | 3 | -0/+3 |
* | llc: Fix length check in llc_fixup_skb(). | David S. Miller | 2011-04-12 | 1 | -2/+1 |
* | llc: avoid skb_clone() if there is only one handler | Changli Gao | 2011-02-28 | 1 | -12/+13 |
* | net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() | Eric Dumazet | 2010-12-08 | 1 | -5/+6 |
* | net/llc: storing negative error codes in unsigned short | Dan Carpenter | 2010-09-17 | 1 | -1/+1 |
* | net/llc: make opt unsigned in llc_ui_setsockopt() | Dan Carpenter | 2010-09-13 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-05-12 | 1 | -1/+1 |
|\ |
|
| * | net: Fix FDDI and TR config checks in ipv4 arp and LLC. | David S. Miller | 2010-05-10 | 1 | -1/+1 |
* | | net: sk_sleep() helper | Eric Dumazet | 2010-04-21 | 1 | -6/+6 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 7 | -0/+7 |
|\| |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 7 | -0/+7 |
* | | llc: cleanup: remove dead code from llc_init() | Dan Carpenter | 2010-03-24 | 1 | -6/+0 |
|/ |
|
* | net: backlog functions rename | Zhu Yi | 2010-03-05 | 2 | -2/+2 |
* | llc: use limited socket backlog | Zhu Yi | 2010-03-05 | 1 | -1/+2 |
* | llc: fix SAP reference counting w.r.t. socket handling | Octavian Purdila | 2009-12-27 | 1 | -4/+1 |
* | llc: convert llc_sap_list to RCU | Octavian Purdila | 2009-12-27 | 2 | -39/+18 |
* | llc: replace the socket list with a local address based hash | Octavian Purdila | 2009-12-27 | 4 | -36/+95 |
* | llc: use a device based hash table to speed up multicast delivery | Octavian Purdila | 2009-12-27 | 2 | -3/+15 |
* | llc: optimize multicast delivery | Octavian Purdila | 2009-12-27 | 1 | -8/+28 |
* | llc: convert the socket list to RCU locking | Octavian Purdila | 2009-12-27 | 5 | -67/+120 |
* | llc: add support for SO_BINDTODEVICE | Octavian Purdila | 2009-12-27 | 1 | -2/+27 |
* | llc: add support for LLC_OPT_PKTINFO | Octavian Purdila | 2009-12-27 | 1 | -0/+29 |
* | llc: use dev_hard_header | Octavian Purdila | 2009-12-27 | 1 | -37/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 1 | -3/+6 |
|\ |
|