| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-20 | net: vlan: don't propagate flags on open | Stanislav Fomichev | 1 | -27/+4 |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
| 2025-03-06 | net: hold netdev instance lock during ioctl operations | Stanislav Fomichev | 1 | -3/+1 |
| 2024-10-23 | netpoll: remove ndo_netpoll_setup() second argument | Eric Dumazet | 1 | -1/+1 |
| 2024-09-03 | netdev_features: remove NETIF_F_ALL_FCOE | Alexander Lobakin | 1 | -2/+3 |
| 2024-09-03 | netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu | Alexander Lobakin | 1 | -0/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -2/+2 |
| 2024-07-15 | net: Add struct kernel_ethtool_ts_info | Kory Maincent | 1 | -1/+1 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-02-26 | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 1 | -2/+2 |
| 2024-02-21 | net: vlan: constify the struct device_type usage | Ricardo B. Marliere | 1 | -1/+1 |
| 2024-02-13 | vlan: use netdev_lockdep_set_classes() | Eric Dumazet | 1 | -23/+1 |
| 2023-11-18 | net: ethtool: Refactor identical get_ts_info implementations. | Richard Cochran | 1 | -14/+1 |
| 2023-08-02 | net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set() | Maxim Georgiev | 1 | -5/+22 |
| 2023-05-17 | vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit() | Eric Dumazet | 1 | -2/+2 |
| 2023-04-21 | vlan: Add MACsec offload operations for VLAN interface | Emeel Hakim | 1 | -0/+242 |
| 2023-03-17 | vlan: partially enable SIOCSHWTSTAMP in container | Vadim Fedorenko | 1 | -1/+1 |
| 2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner | 1 | -2/+2 |
| 2022-08-22 | vlan: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |
| 2022-06-09 | vlan: adopt u64_stats_t | Eric Dumazet | 1 | -9/+9 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
| 2022-05-06 | net: add netif_inherit_tso_max() | Jakub Kicinski | 1 | -2/+1 |
| 2022-02-23 | Revert "vlan: move dev_put into vlan_dev_uninit" | Xin Long | 1 | -5/+3 |
| 2022-02-09 | vlan: move dev_put into vlan_dev_uninit | Xin Long | 1 | -3/+5 |
| 2022-02-09 | vlan: introduce vlan_dev_free_egress_priority | Xin Long | 1 | -1/+6 |
| 2021-12-07 | vlan: add net device refcount tracker | Eric Dumazet | 1 | -2/+2 |
| 2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2021-11-26 | net: vlan: fix underflow for the real_dev refcnt | Ziyang Xuan | 1 | -0/+3 |
| 2021-11-22 | net: annotate accesses to dev->gso_max_segs | Eric Dumazet | 1 | -1/+1 |
| 2021-11-22 | net: annotate accesses to dev->gso_max_size | Eric Dumazet | 1 | -1/+1 |
| 2021-11-03 | net: vlan: fix a UAF in vlan_dev_real_dev() | Ziyang Xuan | 1 | -0/+3 |
| 2021-10-02 | net: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -3/+3 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -3/+3 |
| 2021-06-03 | net: vlan: Avoid using strncpy() | Kees Cook | 1 | -3/+3 |
| 2021-03-24 | net: bridge: resolve forwarding path for VLAN tag actions in bridge devices | Felix Fietkau | 1 | -0/+6 |
| 2021-03-24 | net: 8021q: resolve forwarding path for vlan devices | Pablo Neira Ayuso | 1 | -0/+15 |
| 2021-01-14 | net: vlan: Add parse protocol header ops | Eran Ben Elisha | 1 | -0/+9 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-06-28 | net: get rid of lockdep_set_class_and_subclass() | Cong Wang | 1 | -5/+4 |
| 2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -2/+6 |
| 2020-05-07 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 1 | -3/+2 |
| 2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang | 1 | -0/+21 |
| 2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
| 2020-01-07 | vlan: fix memory leak in vlan_dev_set_egress_priority | Eric Dumazet | 1 | -1/+2 |
| 2019-12-25 | net: vlan: Use the PHY time stamping interface. | Richard Cochran | 1 | -2/+2 |
| 2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo | 1 | -6/+0 |
| 2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -27/+0 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+1 |
| 2019-06-04 | net: vlan: Inherit MPLS features from parent device | Ariel Levkovich | 1 | -0/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -6/+1 |
| 2019-05-20 | vlan: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-05-09 | vlan: disable SIOCSHWTSTAMP in container | Hangbin Liu | 1 | -1/+3 |
| 2019-04-19 | vlan: do not transfer link state in vlan bridge binding mode | Mike Manning | 1 | -7/+12 |
| 2019-04-19 | vlan: support binding link state to vlan member bridge ports | Mike Manning | 1 | -1/+2 |
| 2019-04-04 | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x | Chris Leech | 1 | -11/+15 |
| 2019-02-24 | net: Remove switchdev.h inclusion from team/bond/vlan | Florian Fainelli | 1 | -1/+0 |
| 2018-11-07 | net: vlan: add support for tunnel offload | Davide Caratti | 1 | -0/+2 |
| 2018-10-19 | netpoll: allow cleanup to be synchronous | Debabrata Banerjee | 1 | -2/+1 |
| 2018-05-07 | vlan: correct the file path in vlan_dev_change_flags() comment | Sun Lianwen | 1 | -1/+3 |
| 2018-04-01 | vlan: also check phy_driver ts_info for vlan's real device | Hangbin Liu | 1 | -1/+5 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2017-06-08 | net: Remove support for bridge bypass ndos from stacked devices | Arkadi Sharshevsky | 1 | -6/+0 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
| 2017-05-08 | vlan: Keep NETIF_F_HW_CSUM similar to other software devices | Vlad Yasevich | 1 | -3/+10 |
| 2017-03-21 | net/8021q: create device with all possible features in wanted_features | Andrey Vagin | 1 | -2/+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 | -3/+2 |
| 2016-10-20 | net: use core MTU range checking in core net infra | Jarod Wilson | 1 | -0/+3 |
| 2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+6 |
| 2016-07-16 | vlan: use a valid default mtu value for vlan over macsec | Paolo Abeni | 1 | -4/+6 |
| 2016-07-05 | net: introduce default neigh_construct/destroy ndo calls for L2 upper devices | Jiri Pirko | 1 | -0/+2 |
| 2016-05-31 | vlan: Propagate MAC address to VLANs | Mike Manning | 1 | -3/+17 |
| 2016-03-17 | vlan: propagate gso_max_segs | Eric Dumazet | 1 | -0/+1 |
| 2016-02-25 | net: 8021q: use __ethtool_get_ksettings | David Decotigny | 1 | -4/+4 |
| 2016-02-21 | vlan: turn on unicast filtering on vlan device | Zhang Shengju | 1 | -0/+1 |
| 2015-12-15 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 1 | -1/+1 |
| 2015-12-15 | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC | Tom Herbert | 1 | -1/+1 |
| 2015-12-15 | switchdev: vlan: Use switchdev_port* in vlan_netdev_ops | Ido Schimmel | 1 | -0/+7 |
| 2015-08-18 | net: 8021q: convert to using IFF_NO_QUEUE | Phil Sutter | 1 | -2/+1 |
| 2015-04-02 | vlan: implement ndo_get_iflink | Nicolas Dichtel | 1 | -1/+8 |
| 2015-03-29 | vlan: Add features for stacked vlan device | Toshiaki Makita | 1 | -0/+1 |
| 2015-03-03 | 8021q: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -1/+1 |
| 2015-03-02 | net: Kill dev_rebuild_header | Eric W. Biederman | 1 | -35/+0 |
| 2014-12-12 | vlan: Add ability to always enable TSO/UFO | Toshiaki Makita | 1 | -3/+4 |
| 2014-11-21 | vlan: Pass ethtool get_ts_info queries to real device. | Richard Cochran | 1 | -0/+19 |
| 2014-11-21 | vlan: make __vlan_hwaccel_put_tag return void | Jiri Pirko | 1 | -1/+1 |
| 2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -1/+2 |
| 2014-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+10 |
| 2014-07-07 | vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device | Stefan Sørensen | 1 | -0/+2 |
| 2014-07-02 | vlan: free percpu stats in device destructor | Eric Dumazet | 1 | -3/+10 |
| 2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -43/+9 |
| 2014-05-22 | vlan: more careful checksum features handling | Michal Kubeček | 1 | -2/+2 |
| 2014-05-16 | vlan: Fix lockdep warning with stacked vlan devices. | Vlad Yasevich | 1 | -43/+9 |
| 2014-04-22 | vlan: unnecessary to check if vlan_pcpu_stats is NULL | Li RongQing | 1 | -30/+28 |
| 2014-04-18 | vlan: Fix lockdep warning when vlan dev handle notification | dingtianhong | 1 | -5/+41 |
| 2014-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
| 2014-03-29 | netpoll: Remove gfp parameter from __netpoll_setup | Eric W. Biederman | 1 | -4/+3 |
| 2014-03-28 | vlan: Warn the user if lowerdev has bad vlan features. | Vlad Yasevich | 1 | -0/+3 |
| 2014-03-27 | vlan: Set hard_header_len according to available acceleration | Vlad Yasevich | 1 | -1/+2 |
| 2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
| 2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2014-03-10 | vlan: Set correct source MAC address with TX VLAN offload enabled | Peter Boström | 1 | -0/+3 |
| 2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -9/+2 |
| 2014-01-21 | 8021q: Use ether_addr_copy | Joe Perches | 1 | -3/+3 |
| 2013-12-31 | vlan: Fix header ops passthru when doing TX VLAN offload. | David S. Miller | 1 | -1/+18 |
| 2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+8 |
| 2013-11-11 | vlan: Implement vlan_dev_get_egress_qos_mask as an inline. | David S. Miller | 1 | -28/+3 |
| 2013-11-07 | net/vlan: Provide read access to the vlan egress map | Eyal Perry | 1 | -6/+12 |
| 2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -1/+8 |
| 2013-09-03 | net: vlan: inherit addr_assign_type along with dev_addr | Bjørn Mork | 1 | -1/+1 |
| 2013-08-03 | vlan: cleanup the usage of vlan_dev_priv(dev) | Wang Sheng-Hui | 1 | -3/+3 |
| 2013-07-18 | vlan: fix a race in egress prio management | Eric Dumazet | 1 | -0/+7 |
| 2013-05-02 | net: vlan,ethtool: netdev_features_t is more than 32 bit | Bjørn Mork | 1 | -1/+1 |
| 2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 1 | -1/+1 |
| 2013-04-19 | net: vlan: prepare for 802.1ad support | Patrick McHardy | 1 | -3/+4 |
| 2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -1/+1 |
| 2013-02-11 | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman | 1 | -1/+1 |
| 2013-02-10 | net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) | David Ward | 1 | -1/+11 |
| 2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 1 | -3/+3 |
| 2012-11-08 | vlan: set sysfs device_type to 'vlan' | Doug Goldstein | 1 | -0/+6 |
| 2012-11-01 | vlan: use IS_ENABLED() | Amerigo Wang | 1 | -3/+3 |
| 2012-08-14 | vlan: clean up vlan_dev_hard_start_xmit() | Amerigo Wang | 1 | -7/+20 |
| 2012-08-14 | vlan: clean up some variable names | Amerigo Wang | 1 | -6/+6 |
| 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 | -3/+4 |
| 2012-07-17 | netpoll: move np->dev and np->dev_name init into __netpoll_setup() | Jiri Pirko | 1 | -4/+1 |
| 2012-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2012-05-10 | Revert "net: maintain namespace isolation between vlan and real device" | David S. Miller | 1 | -1/+1 |
| 2012-05-09 | 8021q: Convert compare_ether_addr to ether_addr_equal | Joe Perches | 1 | -5/+5 |
| 2011-12-14 | vlan: static functions | Eric Dumazet | 1 | -3/+3 |
| 2011-12-08 | vlan: add 802.1q netpoll support | Benjamin LaHaise | 1 | -0/+59 |
| 2011-12-08 | vlan: rename vlan_dev_info to vlan_dev_priv | Jiri Pirko | 1 | -36/+36 |
| 2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
| 2011-11-16 | net: remove legacy ethtool ops | Michał Mirosław | 1 | -4/+2 |
| 2011-11-01 | vlan: Don't propagate flag changes on down interfaces. | Matthijs Kooijman | 1 | -4/+6 |
| 2011-09-15 | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko | 1 | -1/+2 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+0 |
| 2011-07-27 | net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared | Neil Horman | 1 | -1/+1 |
| 2011-07-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+5 |
| 2011-07-14 | net: remove NETIF_F_ALL_TX_OFFLOADS | Michał Mirosław | 1 | -1/+5 |
| 2011-07-14 | net: vlan: remove reduntant check in ndo_fix_features callback | Michał Mirosław | 1 | -2/+1 |
| 2011-07-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+5 |
| 2011-07-05 | net: vlan: enable soft features regardless of underlying device | Shan Wei | 1 | -0/+5 |
| 2011-06-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2011-06-02 | net: 8021q: Add pr_fmt | Joe Perches | 1 | -1/+3 |
| 2011-06-01 | vlan: fix typo in vlan_dev_hard_start_xmit() | Wei Yongjun | 1 | -1/+1 |
| 2011-05-12 | net: Fix vlan_features propagation | Michał Mirosław | 1 | -2/+4 |
| 2011-05-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+0 |
| 2011-05-10 | vlan: fix GVRP at dismantle time | Eric Dumazet | 1 | -3/+0 |
| 2011-04-12 | net: vlan: make non-hw-accel rx path similar to hw-accel | Jiri Pirko | 1 | -173/+0 |
| 2011-04-02 | vlan: convert VLAN devices to use ndo_fix_features() | Michał Mirosław | 1 | -36/+14 |
| 2011-03-18 | vlan: should take into account needed_headroom | Eric Dumazet | 1 | -0/+1 |
| 2011-03-07 | vlan: add support to ndo_fcoe_ddp_target() | Yi Zou | 1 | -0/+14 |
| 2010-11-16 | vlan: remove ndo_select_queue() logic | Eric Dumazet | 1 | -38/+2 |
| 2010-11-16 | vlan: lockless transmit path | Eric Dumazet | 1 | -26/+35 |
| 2010-11-15 | net: consolidate 8021q tagging | John Fastabend | 1 | -98/+7 |
| 2010-11-15 | net: remove check for headroom in vlan_dev_create | John Fastabend | 1 | -3/+0 |
| 2010-10-21 | vlan: Avoid hash table lookup to find group. | Jesse Gross | 1 | -1/+1 |
| 2010-10-05 | net: add a core netdev->rx_dropped counter | Eric Dumazet | 1 | -7/+4 |
| 2010-09-27 | vlan: use this_cpu_ptr() in vlan_skb_recv() | Eric Dumazet | 1 | -2/+2 |
| 2010-09-20 | net: rx_dropped accounting | Eric Dumazet | 1 | -2/+7 |
| 2010-08-19 | vlan: Match underlying dev carrier on vlan add | Phil Oester | 1 | -1/+2 |
| 2010-07-18 | vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet) | Pedro Garcia | 1 | -43/+60 |
| 2010-07-09 | net: Get rid of rtnl_link_stats64 / net_device_stats union | Ben Hutchings | 1 | -1/+1 |
| 2010-07-08 | vlan: allow TSO setting on vlan interfaces | Eric Dumazet | 1 | -0/+20 |
| 2010-07-07 | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 1 | -4/+2 |
| 2010-06-28 | vlan: 64 bit rx counters | Eric Dumazet | 1 | -17/+29 |
| 2010-06-02 | net: init_vlan should not copy slave or master flags | John Fastabend | 1 | -1/+2 |
| 2010-05-16 | net: congestion notifications are not dropped packets | Eric Dumazet | 1 | -2/+2 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-04-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+68 |
| 2010-04-03 | net: move address list functions to a separate file | Jiri Pirko | 1 | -7/+7 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-24 | vlan: adds vlan_dev_select_queue | Vasu Dev | 1 | -3/+68 |
| 2010-02-03 | net: maintain namespace isolation between vlan and real device | Arnd Bergmann | 1 | -1/+1 |
| 2010-01-28 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-01-24 | vlan: fix vlan_skb_recv() | Eric Dumazet | 1 | -1/+1 |
| 2009-12-26 | llc: use dev_hard_header | Octavian Purdila | 1 | -4/+3 |
| 2009-11-26 | vlan: support "loose binding" to the underlying network device | Patrick McHardy | 1 | -2/+4 |
| 2009-11-17 | vlan: Precise RX stats accounting | Eric Dumazet | 1 | -6/+41 |
| 2009-11-13 | vlan/macvlan: propagate transmission state to upper layers | Patrick McHardy | 1 | -2/+2 |
| 2009-10-29 | vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device | Yi Zou | 1 | -0/+13 |
| 2009-10-27 | vlan: allow null VLAN ID to be used | Eric Dumazet | 1 | -1/+1 |
| 2009-09-03 | vlan: adds drops accounting | Eric Dumazet | 1 | -7/+22 |
| 2009-09-03 | vlan: enable multiqueue xmits | Eric Dumazet | 1 | -2/+4 |
| 2009-09-01 | vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLAN | Yi Zou | 1 | -0/+26 |
| 2009-09-01 | netdev: convert pseudo-devices to netdev_tx_t | Stephen Hemminger | 1 | -3/+4 |
| 2009-08-14 | vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid field | Vasu Dev | 1 | -0/+39 |
| 2009-05-29 | net: convert unicast addr list | Jiri Pirko | 1 | -5/+5 |
| 2009-05-25 | net: remove COMPAT_NET_DEV_OPS | Alexander Beregalov | 1 | -1/+0 |
| 2009-05-18 | net: release dst entry in dev_hard_start_xmit() | Eric Dumazet | 1 | -0/+1 |
| 2009-05-18 | vlan: use struct netdev_queue counters instead of dev->stats | Eric Dumazet | 1 | -7/+7 |
| 2009-04-29 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+5 |
| 2009-04-25 | vlan: update vlan carrier state for admin up/down | Jay Vosburgh | 1 | -0/+5 |
| 2009-04-21 | net: factor out ethtool invocation of vlan/macvlan drivers | Patrick McHardy | 1 | -20/+3 |
| 2009-04-17 | vlan/macvlan: fix NULL pointer dereferences in ethtool handlers | Patrick McHardy | 1 | -1/+2 |
| 2009-03-04 | vlan: Fix vlan-in-vlan crashes. | David S. Miller | 1 | -1/+2 |
| 2009-01-08 | vlan: add neigh_setup | Frank Blaschka | 1 | -0/+14 |
| 2008-12-25 | vlan: fix convertion to net_device_ops | Eric Dumazet | 1 | -2/+20 |