summaryrefslogtreecommitdiffstats
path: root/net/bridge/br_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov2017-11-021-1/+1
* bridge: remove rtmsg_ifinfo called in add_del_ifXin Long2017-10-251-3/+0Star
* net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern2017-10-051-1/+1
* bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctlVincent Bernat2017-09-221-0/+3
* Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"David S. Miller2017-09-211-3/+1Star
* bridge: also trigger RTM_NEWLINK when interface is released from bridgeVincent Bernat2017-09-201-1/+3
* bridge: move to workqueue gcNikolay Aleksandrov2017-02-071-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-2/+3
|\
| * net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-05-061-2/+3
* | bridge: a netlink notification should be sent when those attributes are chang...Xin Long2016-04-141-16/+24
|/
* bridge: push bridge setting ageing_time down to switchdevScott Feldman2015-10-121-2/+1Star
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-06-181-2/+0Star
* bridge: add space before '(/{', after ',', etc.tanxiaojun2013-12-201-1/+1
* net: Allow userns root to control the network bridge code.Eric W. Biederman2012-11-191-12/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | bridge: range check STP parametersstephen hemminger2011-04-051-31/+9Star
|/
* bridge: change console message interfacestephen hemminger2010-05-161-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* bridge: remove dev_put() in add_del_if()Eric Dumazet2009-11-061-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-09-091-1/+7
|\
| * bridge: don't allow setting hello time to zeroStephen Hemminger2008-09-081-1/+7
* | netns bridge: allow bridges in netns!Alexey Dobriyan2008-09-091-10/+10
|/
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-3/+4
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-1/+3
* bridge: add support for user mode STPStephen Hemminger2007-04-261-2/+3
* [BRIDGE]: Fix locking of set path cost.Stephen Hemminger2007-02-281-2/+1Star
* [NET] BRIDGE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-9/+9
* [PATCH] bridge: fix possible overflow in get_fdb_entriesChris Wright2006-11-291-4/+5
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-5/+2Star
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-121-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+410