Age | Commit message (Expand) | Author | Files | Lines |
2025-03-21 | net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. | Kuniyuki Iwashima | 1 | -3/+33 |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
2021-12-27 | net: bridge: Get SIOCGIFBR/SIOCSIFBR ioctl working in compat mode | Remi Pommarel | 1 | -25/+50 |
2021-12-23 | net: bridge: fix ioctl old_deviceless bridge argument | Remi Pommarel | 1 | -1/+1 |
2021-10-16 | net: make use of helper netif_is_bridge_master() | Kyungrok Chung | 1 | -1/+1 |
2021-09-29 | net: bridge: Use array_size() helper in copy_to_user() | Gustavo A. R. Silva | 1 | -3/+5 |
2021-08-05 | net: bridge: fix ioctl old_deviceless bridge argument | Nikolay Aleksandrov | 1 | -1/+1 |
2021-08-05 | net: bridge: fix ioctl locking | Nikolay Aleksandrov | 1 | -13/+24 |
2021-07-27 | net: bridge: move bridge ioctls out of .ndo_do_ioctl | Arnd Bergmann | 1 | -12/+3 |
2021-07-27 | bridge: use ndo_siocdevprivate | Arnd Bergmann | 1 | -12/+25 |
2020-09-18 | net: bridge: delete duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-04-27 | net: bridge: Add checks for enabling the STP. | Horatiu Vultur | 1 | -2/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2017-11-02 | net: bridge: add notifications for the bridge dev on vlan change | Nikolay Aleksandrov | 1 | -1/+1 |
2017-10-25 | bridge: remove rtmsg_ifinfo called in add_del_if | Xin Long | 1 | -3/+0 |
2017-10-04 | net: bridge: Pass extack to down to netdev_master_upper_dev_link | David Ahern | 1 | -1/+1 |
2017-09-21 | bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctl | Vincent Bernat | 1 | -0/+3 |
2017-09-20 | Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge" | David S. Miller | 1 | -3/+1 |
2017-09-20 | bridge: also trigger RTM_NEWLINK when interface is released from bridge | Vincent Bernat | 1 | -1/+3 |
2017-02-06 | bridge: move to workqueue gc | Nikolay Aleksandrov | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2016-05-05 | net: bridge: fix old ioctl unlocked net device walk | Nikolay Aleksandrov | 1 | -2/+3 |
2016-04-13 | bridge: a netlink notification should be sent when those attributes are chang... | Xin Long | 1 | -16/+24 |
2015-10-12 | bridge: push bridge setting ageing_time down to switchdev | Scott Feldman | 1 | -2/+1 |
2015-06-18 | bridge: fix br_stp_set_bridge_priority race conditions | Nikolay Aleksandrov | 1 | -2/+0 |
2013-12-19 | bridge: add space before '(/{', after ',', etc. | tanxiaojun | 1 | -1/+1 |
2012-11-18 | net: Allow userns root to control the network bridge code. | Eric W. Biederman | 1 | -12/+13 |
2011-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2011-04-04 | bridge: range check STP parameters | stephen hemminger | 1 | -31/+9 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-05-15 | bridge: change console message interface | stephen hemminger | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-11-05 | bridge: remove dev_put() in add_del_if() | Eric Dumazet | 1 | -2/+2 |
2008-09-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -1/+7 |
2008-09-08 | netns bridge: allow bridges in netns! | Alexey Dobriyan | 1 | -10/+10 |
2008-09-08 | bridge: don't allow setting hello time to zero | Stephen Hemminger | 1 | -1/+7 |
2008-06-11 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -3/+4 |
2007-05-03 | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 1 | -1/+3 |
2007-04-25 | bridge: add support for user mode STP | Stephen Hemminger | 1 | -2/+3 |
2007-02-28 | [BRIDGE]: Fix locking of set path cost. | Stephen Hemminger | 1 | -2/+1 |
2007-02-10 | [NET] BRIDGE: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -9/+9 |
2006-11-28 | [PATCH] bridge: fix possible overflow in get_fdb_entries | Chris Wright | 1 | -4/+5 |
2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 1 | -5/+2 |
2006-01-11 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 1 | -0/+1 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+410 |