summaryrefslogtreecommitdiffstats
path: root/net/802
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-10/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-4/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-9/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* net: use core MTU range checking in misc driversJarod Wilson2016-10-202-21/+4
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-023-75/+0
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-153-3/+5
* neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko2014-01-161-2/+2
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-142-2/+2
* neigh: convert parms to an arrayJiri Pirko2013-12-091-2/+2
* mrp: add periodictimer to allow retries when packets get lostNoel Burton-Krahn2013-09-231-0/+27
* net/802/mrp: fix lockdep splatEric Dumazet2013-05-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-0/+4
|\
| * net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward2013-04-121-0/+4
* | 802: fix a possible race conditionCong Wang2013-04-071-0/+4
|/
* mrp: make mrp_rcv staticStephen Hemminger2013-02-111-2/+2
* net/802: Implement Multiple Registration Protocol (MRP)David Ward2013-02-103-0/+899
* tokenring: delete all remaining driver supportPaul Gortmaker2012-05-152-670/+0
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-152-3/+1
* 802: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
* net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-201-7/+1
* net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-1/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-154-5/+5
* net/garp: fix GID rbtree orderingDavid Ward2012-04-131-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-12/+10
|\
| * net/garp: avoid infinite loop if attribute already existsDavid Ward2012-04-011-12/+10
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-284-4/+0
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-312-0/+2
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-022-4/+4
* snap: remove one synchronize_net()Eric Dumazet2011-05-231-1/+0
* garp: use kfree_rcu()Eric Dumazet2011-05-211-18/+2
* garp: remove last synchronize_rcu() callEric Dumazet2011-05-121-2/+12
* garp: remove one synchronize_rcu() callEric Dumazet2011-05-091-2/+6
* net/802: add __rcu annotationsEric Dumazet2010-10-252-11/+11
* net: return operator cleanupEric Dumazet2010-09-234-9/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-116-0/+6
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* | net: convert multicast list to list_headJiri Pirko2010-04-031-2/+2
|/
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-4/+3
* net: remove COMPAT_NET_DEV_OPSAlexander Beregalov2009-05-252-9/+0
* tr: fix leakage of device in net/802/tr.cWei Yongjun2009-04-111-0/+3
* net/802/fddi.c: add MODULE_LICENSEAdrian Bunk2009-04-061-0/+2
* snap: use const for descriptorStephen Hemminger2009-03-211-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-051-0/+2
|\
| * net: fix tokenring licenseMeelis Roos2009-03-031-0/+2
* | net/802: fix sparse warnings: context imbalanceHannes Eder2009-02-261-0/+2
* | snap: handle registration error and compile warningStephen Hemminger2009-02-221-3/+4