summaryrefslogtreecommitdiff
path: root/net/core/dev_addr_lists.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-6/+6
2012-01-10net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko1-2/+2
2011-11-29net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard1-2/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-18net: remove ndo_set_multicast_list callbackJiri Pirko1-2/+2
2011-05-08net,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/jik...Linus Torvalds1-2/+2
2011-02-26net: 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-08net: include linux/proc_fs.h in dev_addr_lists.cEric Dumazet1-1/+1
2010-04-04net: convert multicast list to list_headJiri Pirko1-21/+284
2010-04-04net: move address list functions to a separate fileJiri Pirko1-0/+478