aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/br_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov1-1/+1
2017-10-25bridge: remove rtmsg_ifinfo called in add_del_ifXin Long1-3/+0
2017-10-04net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern1-1/+1
2017-09-21bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctlVincent Bernat1-0/+3
2017-09-20Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"David S. Miller1-3/+1
2017-09-20bridge: also trigger RTM_NEWLINK when interface is released from bridgeVincent Bernat1-1/+3
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-05-05net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-04-13bridge: a netlink notification should be sent when those attributes are changed by ioctlXin Long1-16/+24
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman1-2/+1
2015-06-18bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov1-2/+0
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun1-1/+1
2012-11-18net: Allow userns root to control the network bridge code.Eric W. Biederman1-12/+13
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-04bridge: range check STP parametersstephen hemminger1-31/+9
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-05-15bridge: change console message interfacestephen hemminger1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-05bridge: remove dev_put() in add_del_if()Eric Dumazet1-2/+2
2008-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+7
2008-09-08netns bridge: allow bridges in netns!Alexey Dobriyan1-10/+10
2008-09-08bridge: don't allow setting hello time to zeroStephen Hemminger1-1/+7
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-3/+4
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+3
2007-04-25bridge: add support for user mode STPStephen Hemminger1-2/+3
2007-02-28[BRIDGE]: Fix locking of set path cost.Stephen Hemminger1-2/+1
2007-02-10[NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki1-9/+9
2006-11-28[PATCH] bridge: fix possible overflow in get_fdb_entriesChris Wright1-4/+5
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-5/+2
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+410