summaryrefslogtreecommitdiff
path: root/net/bridge/br_device.c
AgeCommit message (Expand)Author
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita
2014-02-06bridge: fix netconsole setup over bridgeCong Wang
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-30bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-31bridge: disable snooping if there is no querierLinus Lüssing
2013-07-26bridge: cleanup netpoll codestephen hemminger
2013-06-11bridge: Add a flag to control unicast packet flood.Vlad Yasevich
2013-05-23bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang
2013-02-13bridge: Add vlan to unicast fdb entriesVlad Yasevich
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich
2013-02-13bridge: Add netlink interface to configure vlans on bridge portsVlad Yasevich
2013-02-13bridge: Validate that vlan is permitted on ingressVlad Yasevich
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman
2013-02-11bridge: use dev->addr_assign_type to see if user change macJiri Pirko
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-11-02eth: Rename and properly align br_reserved_address arrayBen Hutchings
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend
2012-08-15bridge: fix rcu dereference outside of rcu_read_lockStephen Hemminger
2012-08-14bridge: use list_for_each_entry() in netpoll functionsAmerigo Wang
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-15net: add generic PF_BRIDGE:RTM_ FDB hooksJohn Fastabend
2012-02-23br_device: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2011-12-08bridge: add local MAC address to forwarding table (v2)stephen hemminger