Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-29net: core: Correct function name dev_uc_flush() in the kerneldocXiongfeng Wang
2021-03-26net: core: Fix a typo in dev_addr_lists.cLu Wei
2020-09-29net: core: add nested_level variable in net_deviceTaehee Yoo
2020-06-29net: explain the lockdep annotations for dev_uc_unsync()Cong Wang
2020-06-09net: change addr_list_lock back to static keyCong Wang
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-14net: dev: Issue NETDEV_PRE_CHANGEADDRPetr Machata
2018-11-09net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk
2018-04-19net: change the comment of dev_mc_initsunlianwen
2018-04-08net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet
2014-11-18net: fix spelling for synchronizedFabian Frederick
2014-06-02net: Add support for device specific address syncingAlexander Duyck
2014-01-24net: Correctly sync addresses from multiple sources to single deviceVlad Yasevich
2013-12-18net: remove dead code for add/del multiplestephen hemminger
2013-10-29net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu
2013-06-01net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh
2013-06-01net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh
2013-06-01net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh
2013-06-01net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh
2013-04-16net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() apiVlad Yasevich
2013-04-05net: count hw_addr syncs so that unsync works properly.Vlad Yasevich
2013-02-19net: move procfs code to net/core/net-procfs.cCong Wang
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-11-16net: correct check in dev_addr_del()Jiri Pirko
2012-09-20netdev: make address const in device address managementstephen hemminger
2012-04-15net: addr_list: add exclusive dev_uc_add and dev_mc_addJohn Fastabend
2012-04-04net: fix /proc/net/dev regressionEric Dumazet
2012-01-10net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko
2012-01-10net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko
2011-11-29net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-18net: remove ndo_set_multicast_list callbackJiri Pirko
2011-05-08net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()Lai Jiangshan
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-02-26net: handle addr_type of 0 properlyHagen Paul Pfeifer
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse
2010-04-08net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet
2010-04-04net: convert multicast list to list_headJiri Pirko
2010-04-04net: move address list functions to a separate fileJiri Pirko