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