aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_addr_lists.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-13net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata1-0/+3
2018-11-08net: core: dev_addr_lists: add auxiliary func to handle reference address updatesIvan Khoronzhuk1-0/+97
2018-04-19net: change the comment of dev_mc_initsunlianwen1-1/+1
2018-04-07net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet1-2/+2
2014-11-18net: fix spelling for synchronizedFabian Frederick1-2/+2
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+85
2014-01-23net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich1-8/+10
2013-12-17net: remove dead code for add/del multiplestephen hemminger1-96/+1
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu1-2/+2
2013-05-31net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh1-1/+1
2013-05-31net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh1-4/+7
2013-05-31net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh1-1/+2
2013-05-31net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh1-0/+1
2013-04-15net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich1-42/+168
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich1-3/+3
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang1-74/+0
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2012-11-15net: correct check in dev_addr_del()Jiri Pirko1-1/+2
2012-09-19netdev: make address const in device address managementstephen hemminger1-19/+21
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend1-16/+81
2012-04-03net: fix /proc/net/dev regressionEric Dumazet1-1/+2
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-6/+6
2012-01-09net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko1-2/+2
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard1-2/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko1-2/+2
2011-05-07net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()Lai Jiangshan1-10/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-02-25net: handle addr_type of 0 properlyHagen Paul Pfeifer1-1/+1
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse1-2/+2
2010-04-07net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-21/+284
2010-04-03net: move address list functions to a separate fileJiri Pirko1-0/+478