aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev_addr_lists.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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