index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_if.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-15
bridge: add some comments for NETDEV_RELEASE
Amerigo Wang
1
-0
/
+4
2012-08-15
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
1
-1
/
+1
2012-06-27
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
stephen hemminger
1
-0
/
+1
2011-11-17
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-2
/
+3
2011-10-25
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+5
2011-10-19
bridge: fix hang on removal of bridge via netlink
stephen hemminger
1
-4
/
+5
2011-10-03
bridge: fix ordering of NEWLINK and NEWNEIGH events
stephen hemminger
1
-8
/
+7
2011-09-22
Merge branch 'master' of github.com:davem330/net
David S. Miller
1
-1
/
+5
2011-09-16
net: consolidate and fix ethtool_ops->get_settings calling
Jiri Pirko
1
-1
/
+1
2011-09-15
br: remove redundant check and init
Jiri Pirko
1
-14
/
+12
2011-08-23
bridge: fix a possible net_device leak
Eric Dumazet
1
-1
/
+5
2011-08-10
Bridge: Always send NETDEV_CHANGEADDR up on br MAC change.
Andrei Warkentin
1
-1
/
+5
2011-07-23
bridge: notifier called with the wrong device
stephen hemminger
1
-1
/
+1
2011-05-23
net: remove synchronize_net() from netdev_set_master()
Eric Dumazet
1
-0
/
+1
2011-05-23
bridge: call NETDEV_JOIN notifiers when add a slave
Amerigo Wang
1
-0
/
+2
2011-04-30
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
1
-2
/
+2
2011-04-29
bridge: convert br_features_recompute() to ndo_fix_features
Michał Mirosław
1
-8
/
+9
2011-04-05
bridge: allow creating bridge devices with netlink
stephen hemminger
1
-78
/
+5
2011-03-28
bridge: notify applications if address of bridge device changes
stephen hemminger
1
-1
/
+5
2011-02-14
bridge: implement [add/del]_slave ops
Jiri Pirko
1
-1
/
+10
2011-01-25
net: reduce and unify printk level in netdev_fix_features()
Michał Mirosław
1
-1
/
+1
2011-01-25
net: change netdev->features to u32
Michał Mirosław
1
-1
/
+1
2010-11-15
bridge: add RCU annotations to bridge port lookup
Eric Dumazet
1
-1
/
+1
2010-11-15
bridge: fix RCU races with bridge port
stephen hemminger
1
-4
/
+1
2010-08-26
bridge: avoid ethtool on non running interface
stephen hemminger
1
-11
/
+12
2010-08-26
bridge: fix locking comment
Stephen Hemminger
1
-5
/
+1
2010-06-15
bridge: use rx_handler_data pointer to store net_bridge_port pointer
Jiri Pirko
1
-10
/
+13
2010-06-15
net: add rx_handler data pointer
Jiri Pirko
1
-1
/
+1
2010-06-15
bridge: Fix netpoll support
Herbert Xu
1
-7
/
+9
2010-06-02
net: replace hooks in __netif_receive_skb V5
Jiri Pirko
1
-0
/
+8
2010-05-18
bridge: fix build for CONFIG_SYSFS disabled
Randy Dunlap
1
-1
/
+1
2010-05-16
bridge: update sysfs link names if port device names have changed
Simon Arlott
1
-1
/
+1
2010-05-16
bridge: netpoll cleanup
stephen hemminger
1
-21
/
+2
2010-05-06
bridge: make bridge support netpoll
WANG Cong
1
-0
/
+25
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-17
bridge: per-cpu packet statistics (v3)
stephen hemminger
1
-0
/
+6
2010-02-28
bridge: Add multicast start/stop hooks
Herbert Xu
1
-0
/
+4
2010-02-05
bridge: Remove unused age_list
Herbert Xu
1
-2
/
+0
2010-01-18
net: spread __net_init, __net_exit
Alexey Dobriyan
1
-1
/
+1
2009-11-19
cfg80211: disallow bridging managed/adhoc interfaces
Johannes Berg
1
-0
/
+4
2009-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+5
2009-11-06
bridge: prevent bridging wrong device
Stephen Hemminger
1
-1
/
+5
2009-10-29
bridge: Optimize multiple unregistration
Eric Dumazet
1
-10
/
+9
2009-09-28
bridge: Fix double-free in br_add_if.
Jeff Hansen
1
-0
/
+1
2009-09-11
net: Add DEVTYPE support for Ethernet based devices
Marcel Holtmann
1
-0
/
+6
2009-08-14
net/bridge: Add 'hairpin' port forwarding mode
Fischer, Anna
1
-0
/
+1
2009-07-27
net/bridge: use kobject_put to release kobject in br_add_if error path
Xiaotian Feng
1
-1
/
+1
2009-03-26
bridge: bad error handling when adding invalid ether address
Stephen Hemminger
1
-1
/
+0
2008-11-21
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-1
/
+1
[next]