Age | Commit message (Expand) | Author |
2013-11-20 | bridge: flush br's address entry in fdb when remove the | Ding Tianhong |
2013-11-14 | bridge: Fix memory leak when deleting bridge with vlan filtering enabled | Toshiaki Makita |
2013-08-29 | bridge: inherit slave devices needed_headroom | Florian Fainelli |
2013-07-26 | bridge: cleanup netpoll code | stephen hemminger |
2013-06-11 | bridge: Add a flag to control unicast packet flood. | Vlad Yasevich |
2013-06-11 | bridge: Add flag to control mac learning. | Vlad Yasevich |
2013-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-04-15 | bridge: make user modified path cost sticky | stephen hemminger |
2013-04-02 | bridge: remove a redundant synchronize_net() | Eric Dumazet |
2013-02-13 | bridge: Add vlan support for local fdb entries | Vlad Yasevich |
2013-02-13 | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich |
2013-02-13 | bridge: Add vlan filtering infrastructure | Vlad Yasevich |
2013-01-04 | bridge: remove usage of netdev_set_master() | Jiri Pirko |
2012-12-30 | bridge: respect RFC2863 operational state | stephen hemminger |
2012-12-21 | bridge: call br_netpoll_disable in br_add_if | Gao feng |
2012-08-14 | bridge: add some comments for NETDEV_RELEASE | Amerigo Wang |
2012-08-14 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang |
2012-06-26 | bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2) | stephen hemminger |
2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław |
2011-10-24 | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2011-10-18 | bridge: fix hang on removal of bridge via netlink | stephen hemminger |
2011-10-03 | bridge: fix ordering of NEWLINK and NEWNEIGH events | stephen hemminger |
2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller |
2011-09-15 | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko |
2011-09-15 | br: remove redundant check and init | Jiri Pirko |
2011-08-22 | bridge: fix a possible net_device leak | Eric Dumazet |
2011-08-09 | Bridge: Always send NETDEV_CHANGEADDR up on br MAC change. | Andrei Warkentin |
2011-07-22 | bridge: notifier called with the wrong device | stephen hemminger |
2011-05-22 | net: remove synchronize_net() from netdev_set_master() | Eric Dumazet |
2011-05-22 | bridge: call NETDEV_JOIN notifiers when add a slave | Amerigo Wang |
2011-04-29 | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny |
2011-04-28 | bridge: convert br_features_recompute() to ndo_fix_features | Michał Mirosław |
2011-04-04 | bridge: allow creating bridge devices with netlink | stephen hemminger |
2011-03-27 | bridge: notify applications if address of bridge device changes | stephen hemminger |
2011-02-13 | bridge: implement [add/del]_slave ops | Jiri Pirko |
2011-01-24 | net: reduce and unify printk level in netdev_fix_features() | Michał Mirosław |
2011-01-24 | net: change netdev->features to u32 | Michał Mirosław |
2010-11-15 | bridge: add RCU annotations to bridge port lookup | Eric Dumazet |
2010-11-15 | bridge: fix RCU races with bridge port | stephen hemminger |
2010-08-25 | bridge: avoid ethtool on non running interface | stephen hemminger |
2010-08-25 | bridge: fix locking comment | Stephen Hemminger |
2010-06-15 | bridge: use rx_handler_data pointer to store net_bridge_port pointer | Jiri Pirko |
2010-06-15 | net: add rx_handler data pointer | Jiri Pirko |
2010-06-15 | bridge: Fix netpoll support | Herbert Xu |
2010-06-02 | net: replace hooks in __netif_receive_skb V5 | Jiri Pirko |
2010-05-18 | bridge: fix build for CONFIG_SYSFS disabled | Randy Dunlap |
2010-05-15 | bridge: update sysfs link names if port device names have changed | Simon Arlott |
2010-05-15 | bridge: netpoll cleanup | stephen hemminger |
2010-05-06 | bridge: make bridge support netpoll | WANG Cong |
2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |