| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+2 |
| 2025-03-04 | net: rename netns_local to netns_immutable | Nicolas Dichtel | 1 | -1/+1 |
| 2024-10-23 | netpoll: remove ndo_netpoll_setup() second argument | Eric Dumazet | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local | Alexander Lobakin | 1 | -2/+3 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+2 |
| 2024-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Jakub Kicinski | 1 | -2/+2 |
| 2024-05-15 | net: bridge: xmit: make sure we have at least eth header len bytes | Nikolay Aleksandrov | 1 | -0/+6 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-25 | net: bridge: remove redundant check of f->dst | linke li | 1 | -1/+1 |
| 2024-02-28 | net: bridge: Exit if multicast_init_stats fails | Breno Leitao | 1 | -1/+2 |
| 2024-02-28 | net: bridge: Do not allocate stats in the driver | Breno Leitao | 1 | -11/+2 |
| 2024-02-21 | net: bridge: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-02-13 | net: bridge: use netdev_lockdep_set_classes() | Eric Dumazet | 1 | -8/+1 |
| 2023-12-20 | bridge: mdb: Add MDB bulk deletion support | Ido Schimmel | 1 | -0/+1 |
| 2023-10-27 | bridge: mcast: Add MDB get support | Ido Schimmel | 1 | -0/+1 |
| 2023-10-27 | bridge: mcast: Rename MDB entry get function | Ido Schimmel | 1 | -1/+1 |
| 2023-05-30 | skbuff: bridge: Add layer 2 miss indication | Ido Schimmel | 1 | -0/+1 |
| 2023-04-21 | bridge: Pass VLAN ID to br_flood() | Ido Schimmel | 1 | -4/+4 |
| 2023-03-17 | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver | Ido Schimmel | 1 | -3/+3 |
| 2023-03-17 | bridge: mcast: Implement MDB net device operations | Ido Schimmel | 1 | -0/+3 |
| 2022-08-22 | bridge: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -4/+4 |
| 2022-04-13 | net: bridge: fdb: add ndo_fdb_del_bulk | Nikolay Aleksandrov | 1 | -0/+1 |
| 2021-07-27 | net: bridge: move bridge ioctls out of .ndo_do_ioctl | Arnd Bergmann | 1 | -1/+0 |
| 2021-07-27 | bridge: use ndo_siocdevprivate | Arnd Bergmann | 1 | -0/+1 |
| 2021-07-20 | net: bridge: add vlan mcast snooping knob | Nikolay Aleksandrov | 1 | -2/+5 |
| 2021-07-20 | net: bridge: multicast: use multicast contexts instead of bridge or port | Nikolay Aleksandrov | 1 | -4/+5 |
| 2021-03-24 | netfilter: flowtable: bridge vlan hardware offload and switchdev | Felix Fietkau | 1 | -0/+1 |
| 2021-03-24 | net: bridge: resolve forwarding path for VLAN tag actions in bridge devices | Felix Fietkau | 1 | -1/+22 |
| 2021-03-24 | net: bridge: resolve forwarding path for bridge devices | Pablo Neira Ayuso | 1 | -0/+27 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
| 2020-12-07 | bridge: Fix a deadlock when enabling multicast snooping | Joseph Huang | 1 | -0/+6 |
| 2020-11-21 | net: bridge: switch to net core statistics counters handling | Heiner Kallweit | 1 | -22/+9 |
| 2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2020-11-16 | net: bridge: add missing counters to ndo_get_stats64 callback | Heiner Kallweit | 1 | -0/+1 |
| 2020-11-09 | bridge: mrp: Use hlist_head instead of list_head for mrp | Horatiu Vultur | 1 | -1/+1 |
| 2020-10-30 | net: bridge: mcast: add support for raw L2 multicast groups | Nikolay Aleksandrov | 1 | -1/+1 |
| 2020-10-29 | bridge: cfm: Add BRIDGE_CFM to Kconfig. | Henrik Bjoernlund | 1 | -0/+3 |
| 2020-10-29 | net: bridge: extend the process of special frames | Henrik Bjoernlund | 1 | -0/+1 |
| 2020-10-13 | net: bridge: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -20/+1 |
| 2020-08-03 | net: bridge: clear bridge's private skb space on xmit | Nikolay Aleksandrov | 1 | -0/+2 |
| 2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -0/+8 |
| 2020-04-27 | bridge: mrp: Integrate MRP into the bridge | Horatiu Vultur | 1 | -0/+3 |
| 2020-02-24 | net: bridge: fix stale eth hdr pointer in br_dev_xmit | Nikolay Aleksandrov | 1 | -4/+2 |
| 2020-01-24 | net: bridge: vlan: add per-vlan state | Nikolay Aleksandrov | 1 | -1/+2 |
| 2019-12-03 | net: bridge: deny dev_set_mac_address() when unregistering | Nikolay Aleksandrov | 1 | -0/+6 |
| 2019-11-12 | bridge: implement get_link_ksettings ethtool method | Matthias Schiffer | 1 | -2/+34 |
| 2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -8/+0 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2019-05-30 | netfilter: bridge: add connection tracking system | Pablo Neira Ayuso | 1 | -0/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-12-16 | bridge: support for ndo_fdb_get | Roopa Prabhu | 1 | -0/+1 |
| 2018-12-05 | net: bridge: convert multicast to generic rhashtable | Nikolay Aleksandrov | 1 | -0/+10 |
| 2018-10-19 | netpoll: allow cleanup to be synchronous | Debabrata Banerjee | 1 | -1/+1 |
| 2018-09-26 | net: bridge: convert mtu_set_by_user to a bit | Nikolay Aleksandrov | 1 | -1/+1 |
| 2018-09-26 | net: bridge: convert neigh_suppress_enabled option to a bit | Nikolay Aleksandrov | 1 | -2/+2 |
| 2018-03-31 | net: bridge: disable bridge MTU auto tuning if it was set manually | Nikolay Aleksandrov | 1 | -3/+2 |
| 2018-03-31 | net: bridge: set min MTU on port events and allow user to set max | Nikolay Aleksandrov | 1 | -1/+2 |
| 2018-03-23 | bridge: Allow max MTU when multiple VLANs present | Chas Williams | 1 | -1/+1 |
| 2017-12-13 | net: bridge: use rhashtable for fdbs | Nikolay Aleksandrov | 1 | -0/+10 |
| 2017-11-03 | net: Define eth_stp_addr in linux/etherdevice.h | Egil Hjelmeland | 1 | -1/+1 |
| 2017-10-08 | bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports | Roopa Prabhu | 1 | -0/+11 |
| 2017-10-08 | bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports | Roopa Prabhu | 1 | -0/+9 |
| 2017-10-04 | net: bridge: Pass extack to down to netdev_master_upper_dev_link | David Ahern | 1 | -1/+1 |
| 2017-10-04 | net: Add extack to ndo_add_slave | David Ahern | 1 | -1/+2 |
| 2017-09-05 | bridge: switchdev: Use an helper to clear forward mark | Ido Schimmel | 1 | -3/+1 |
| 2017-09-01 | bridge: switchdev: Clear forward mark when transmitting packet | Ido Schimmel | 1 | -0/+3 |
| 2017-07-14 | net: bridge: fix dest lookup when vlan proto doesn't match | Nikolay Aleksandrov | 1 | -1/+2 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -1/+1 |
| 2017-04-25 | bridge: move bridge multicast cleanup to ndo_uninit | Xin Long | 1 | -0/+1 |
| 2017-04-11 | bridge: implement missing ndo_uninit() | Ido Schimmel | 1 | -9/+11 |
| 2017-02-14 | bridge: fdb: converge fdb searching functions into one | Nikolay Aleksandrov | 1 | -1/+1 |
| 2017-02-06 | bridge: move to workqueue gc | Nikolay Aleksandrov | 1 | -0/+1 |
| 2017-02-06 | net: remove ndo_neigh_{construct, destroy} from stacked devices | Ido Schimmel | 1 | -2/+0 |
| 2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -4/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-10 | net: bridge: shorten ageing time on topology change | Vivien Didelot | 1 | -1/+1 |
| 2016-10-20 | net: use core MTU range checking in core net infra | Jarod Wilson | 1 | -1/+2 |
| 2016-09-01 | net: bridge: change unicast boolean to exact pkt_type | Nikolay Aleksandrov | 1 | -4/+4 |
| 2016-07-16 | net: bridge: remove _deliver functions and consolidate forward code | Nikolay Aleksandrov | 1 | -11/+11 |
| 2016-07-05 | net: introduce default neigh_construct/destroy ndo calls for L2 upper devices | Jiri Pirko | 1 | -0/+2 |
| 2016-06-30 | net: bridge: add support for IGMP/MLD stats and export them via netlink | Nikolay Aleksandrov | 1 | -1/+9 |
| 2016-01-15 | bridge: fix lockdep addr_list_lock false positive splat | Nikolay Aleksandrov | 1 | -0/+8 |
| 2015-10-13 | bridge: vlan: use proper rcu for the vlgrp member | Nikolay Aleksandrov | 1 | -1/+1 |
| 2015-10-01 | bridge: vlan: move pvid inside net_bridge_vlan_group | Nikolay Aleksandrov | 1 | -1/+1 |
| 2015-09-29 | bridge: vlan: add per-vlan struct and move to rhashtables | Nikolay Aleksandrov | 1 | -1/+1 |
| 2015-09-23 | bridge: define some min/max/default ageing time constants | Scott Feldman | 1 | -1/+1 |
| 2015-08-18 | net: bridge: convert to using IFF_NO_QUEUE | Phil Sutter | 1 | -2/+1 |
| 2015-08-03 | bridge: Don't segment multiple tagged packets on bridge device | Toshiaki Makita | 1 | -0/+1 |
| 2015-03-10 | netfilter: bridge: use rcu hook to resolve br_netfilter dependency | Pablo Neira Ayuso | 1 | -1/+6 |
| 2015-03-09 | netfilter: bridge: move DNAT helper to br_netfilter | Pablo Neira Ayuso | 1 | -4/+1 |
| 2014-10-05 | bridge: Add filtering support for default_pvid | Vlad Yasevich | 1 | -2/+6 |
| 2014-09-26 | netfilter: bridge: move br_netfilter out of the core | Pablo Neira Ayuso | 1 | -2/+2 |
| 2014-06-11 | bridge: Prepare for forwarding another bridge group addresses | Toshiaki Makita | 1 | -0/+1 |
| 2014-06-11 | bridge: Prepare for 802.1ad vlan filtering support | Toshiaki Makita | 1 | -0/+1 |
| 2014-06-11 | bridge: Add 802.1ad tx vlan acceleration | Toshiaki Makita | 1 | -2/+3 |
| 2014-05-16 | bridge: Automatically manage port promiscuous mode. | Vlad Yasevich | 1 | -0/+7 |
| 2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
| 2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
| 2014-03-29 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 1 | -8/+7 |
| 2014-03-28 | bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled | Toshiaki Makita | 1 | -3/+3 |
| 2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
| 2014-02-24 | bridge: Use ether_addr_copy and ETH_ALEN | Joe Perches | 1 | -1/+1 |
| 2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -8/+1 |
| 2014-02-10 | bridge: Change local fdb entries whenever mac address of bridge device changes | Toshiaki Makita | 1 | -1/+0 |
| 2014-02-10 | bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_address | Toshiaki Makita | 1 | -1/+1 |
| 2014-02-06 | bridge: fix netconsole setup over bridge | Cong Wang | 1 | -23/+28 |
| 2014-01-04 | net: unify the pcpu_tstats and br_cpu_netstats as one | Li RongQing | 1 | -5/+5 |
| 2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+7 |
| 2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+7 |
| 2013-10-29 | bridge: pass correct vlan id to multicast code | Vlad Yasevich | 1 | -1/+1 |
| 2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-08-30 | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones | Linus Lüssing | 1 | -1/+1 |
| 2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2013-07-31 | bridge: disable snooping if there is no querier | Linus Lüssing | 1 | -1/+2 |
| 2013-07-26 | bridge: cleanup netpoll code | stephen hemminger | 1 | -6/+6 |
| 2013-06-11 | bridge: Add a flag to control unicast packet flood. | Vlad Yasevich | 1 | -4/+4 |
| 2013-05-23 | bridge: Set vlan_features to allow offloads on vlans. | Vlad Yasevich | 1 | -6/+7 |
| 2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -2/+2 |
| 2013-03-07 | bridge: add missing vid to br_mdb_get() | Cong Wang | 1 | -1/+1 |
| 2013-02-13 | bridge: Add vlan to unicast fdb entries | Vlad Yasevich | 1 | -1/+1 |
| 2013-02-13 | bridge: Implement vlan ingress/egress policy with PVID. | Vlad Yasevich | 1 | -1/+2 |
| 2013-02-13 | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich | 1 | -0/+1 |
| 2013-02-13 | bridge: Validate that vlan is permitted on ingress | Vlad Yasevich | 1 | -0/+3 |
| 2013-02-11 | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman | 1 | -1/+1 |
| 2013-02-11 | bridge: use dev->addr_assign_type to see if user change mac | Jiri Pirko | 1 | -1/+0 |
| 2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 1 | -4/+4 |
| 2013-01-03 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 1 | -1/+0 |
| 2012-11-02 | eth: Rename and properly align br_reserved_address array | Ben Hutchings | 1 | -1/+1 |
| 2012-10-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 1 | -1/+1 |
| 2012-10-31 | net: create generic bridge ops | John Fastabend | 1 | -0/+2 |
| 2012-10-29 | net, ixgbe: handle link local multicast addresses in SR-IOV mode | John Fastabend | 1 | -1/+1 |
| 2012-08-15 | bridge: fix rcu dereference outside of rcu_read_lock | Stephen Hemminger | 1 | -1/+2 |
| 2012-08-14 | bridge: use list_for_each_entry() in netpoll functions | Amerigo Wang | 1 | -5/+4 |
| 2012-08-14 | netpoll: make __netpoll_cleanup non-block | Amerigo Wang | 1 | -5/+1 |
| 2012-08-14 | netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() | Amerigo Wang | 1 | -6/+6 |
| 2012-07-22 | net: fix race condition in several drivers when reading stats | Kevin Groeneveld | 1 | -2/+2 |
| 2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko | 1 | -4/+1 |
| 2012-05-09 | bridge: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 1 | -1/+1 |
| 2012-04-15 | net: add generic PF_BRIDGE:RTM_ FDB hooks | John Fastabend | 1 | -0/+3 |
| 2012-02-23 | br_device: unify return value of .ndo_set_mac_address if address is invalid | Danny Kukawka | 1 | -1/+1 |
| 2012-02-15 | net: use eth_hw_addr_random() and reset addr_assign_type | Danny Kukawka | 1 | -1/+2 |
| 2011-12-08 | bridge: add local MAC address to forwarding table (v2) | stephen hemminger | 1 | -2/+5 |
| 2011-11-16 | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 1 | -2/+2 |
| 2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
| 2011-10-07 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -3/+0 |
| 2011-10-06 | bridge: allow forwarding some link local frames | stephen hemminger | 1 | -0/+2 |
| 2011-10-06 | bridge: leave carrier on for empty bridge | stephen hemminger | 1 | -3/+0 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
| 2011-07-05 | bridge: Always flood broadcast packets | Herbert Xu | 1 | -1/+3 |
| 2011-06-19 | netpoll: copy dev name of slaves to struct netpoll | WANG Cong | 1 | -0/+1 |
| 2011-04-28 | bridge: convert br_features_recompute() to ndo_fix_features | Michał Mirosław | 1 | -53/+8 |
| 2011-04-04 | bridge: allow creating bridge devices with netlink | stephen hemminger | 1 | -0/+41 |
| 2011-03-14 | bridge: control carrier based on ports online | stephen hemminger | 1 | -0/+4 |
| 2011-02-13 | bridge: implement [add/del]_slave ops | Jiri Pirko | 1 | -0/+17 |
| 2010-12-09 | net: Abstract away all dst_entry metrics accesses. | David S. Miller | 1 | -1/+1 |
| 2010-10-21 | bridge: Add support for TX vlan offload. | Jesse Gross | 1 | -1/+7 |
| 2010-08-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+6 |
| 2010-07-30 | bridge: Fix skb leak when multicast parsing fails on TX | Herbert Xu | 1 | -1/+3 |
| 2010-07-28 | bridge: add rcu_read_lock on transmit | stephen hemminger | 1 | -1/+3 |
| 2010-07-19 | bridge: Partially disable netpoll support | Herbert Xu | 1 | -9/+0 |
| 2010-07-07 | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 1 | -2/+2 |
| 2010-06-23 | bridge: 64bit rx/tx counters | Eric Dumazet | 1 | -9/+15 |
| 2010-06-15 | bridge: Fix netpoll support | Herbert Xu | 1 | -47/+61 |
| 2010-06-15 | bridge: Remove redundant npinfo NULL setting | Herbert Xu | 1 | -1/+0 |
| 2010-06-10 | net-next: remove useless union keyword | Changli Gao | 1 | -1/+1 |
| 2010-05-15 | bridge: change console message interface | stephen hemminger | 1 | -3/+2 |
| 2010-05-15 | bridge: netpoll cleanup | stephen hemminger | 1 | -5/+25 |
| 2010-05-10 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 1 | -1/+61 |
| 2010-05-06 | bridge: make bridge support netpoll | WANG Cong | 1 | -0/+59 |
| 2010-04-27 | bridge: use is_multicast_ether_addr | stephen hemminger | 1 | -1/+1 |
| 2010-04-15 | netfilter: bridge-netfilter: simplify IP DNAT | Bart De Schuymer | 1 | -1/+8 |
| 2010-03-16 | bridge: per-cpu packet statistics (v3) | stephen hemminger | 1 | -4/+39 |
| 2010-03-16 | bridge br_multicast: Don't refer to BR_INPUT_SKB_CB(skb)->mrouters_only witho... | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+1 |
| 2010-02-28 | bridge: Add multicast data-path hooks | Herbert Xu | 1 | -3/+12 |
| 2010-02-28 | bridge: Add multicast start/stop hooks | Herbert Xu | 1 | -1/+5 |
| 2010-02-28 | bridge: Use BR_INPUT_SKB_CB on xmit path | Herbert Xu | 1 | -0/+2 |
| 2009-10-07 | bridge: Allow enable/disable UFO on bridge device via ethtool | Sridhar Samudrala | 1 | -0/+1 |
| 2009-09-01 | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger | 1 | -1/+1 |
| 2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
| 2008-11-20 | netdev: add more functions to netdevice ops | Stephen Hemminger | 1 | -5/+5 |
| 2008-11-19 | bridge: convert to net_device_ops | Stephen Hemminger | 1 | -7/+11 |
| 2008-10-23 | net: Fix disjunct computation of netdev features | Herbert Xu | 1 | -1/+1 |
| 2008-09-08 | netns bridge: allow bridges in netns! | Alexey Dobriyan | 1 | -1/+2 |
| 2008-08-15 | bridge: show offload settings | Stephen Hemminger | 1 | -5/+10 |
| 2008-07-30 | bridge: send correct MTU value in PMTU (revised) | Simon Wunderlich | 1 | -1/+8 |
| 2008-06-17 | bridge: make bridge address settings sticky | Stephen Hemminger | 1 | -0/+1 |
| 2008-06-11 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
| 2008-05-21 | bridge: Use on-device stats instead of private ones. | Pavel Emelyanov | 1 | -9/+2 |
| 2007-12-16 | [BRIDGE]: Assign random address. | Stephen Hemminger | 1 | -2/+1 |
| 2007-10-10 | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 1 | -3/+0 |
| 2007-10-10 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -1/+0 |
| 2007-09-16 | [BRIDGE]: Kill clone argument to br_flood_* | Herbert Xu | 1 | -2/+2 |
| 2007-08-13 | [NET]: Share correct feature code between bridging and bonding | Herbert Xu | 1 | -1/+1 |
| 2007-04-25 | [BRIDGE]: Fix warning in net-2.6.22 | Stephen Hemminger | 1 | -1/+0 |
| 2007-04-25 | bridge: allow changing hardware address to any valid address | Stephen Hemminger | 1 | -12/+7 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-02-10 | [NET] BRIDGE: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -4/+4 |
| 2006-06-29 | [NET]: Added GSO header verification | Herbert Xu | 1 | -2/+2 |
| 2006-06-17 | [BRIDGE]: Add support for NETIF_F_HW_CSUM devices | Herbert Xu | 1 | -3/+3 |
| 2006-03-20 | [BRIDGE]: forwarding remove unneeded preempt and bh diasables | Stephen Hemminger | 1 | -2/+1 |