summaryrefslogtreecommitdiffstats
path: root/net/core/dev_addr_lists.c
Commit message (Expand)AuthorAgeFilesLines
* net: change the comment of dev_mc_initsunlianwen2018-04-191-1/+1
* net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-071-2/+2
* net: fix spelling for synchronizedFabian Frederick2014-11-181-2/+2
* net: Add support for device specific address syncingAlexander Duyck2014-06-021-0/+85
* net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich2014-01-231-8/+10
* net: remove dead code for add/del multiplestephen hemminger2013-12-171-96/+1
* net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu2013-10-291-2/+2
* net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh2013-05-311-1/+1
* net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh2013-05-311-4/+7
* net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh2013-05-311-1/+2
* net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh2013-05-311-0/+1
* net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich2013-04-151-42/+168
* net: count hw_addr syncs so that unsync works properly.Vlad Yasevich2013-04-051-3/+3
* net: move procfs code to net/core/net-procfs.cCong Wang2013-02-191-74/+0
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* net: correct check in dev_addr_del()Jiri Pirko2012-11-151-1/+2
* netdev: make address const in device address managementstephen hemminger2012-09-191-19/+21
* net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend2012-04-151-16/+81
* net: fix /proc/net/dev regressionEric Dumazet2012-04-031-1/+2
* net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko2012-01-091-6/+6
* net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko2012-01-091-2/+2
* net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-281-2/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-171-2/+2
* net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()Lai Jiangshan2011-05-071-10/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\
| * kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-171-2/+2
* | net: handle addr_type of 0 properlyHagen Paul Pfeifer2011-02-251-1/+1
|/
* net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet2010-04-071-1/+1
* net: convert multicast list to list_headJiri Pirko2010-04-031-21/+284
* net: move address list functions to a separate fileJiri Pirko2010-04-031-0/+478
OpenPOWER on IntegriCloud