Commit Graph

302 Commits (ebddc88e99f76ddae8c0a82e0461fc04d67d3da2)

Author SHA1 Message Date
David S. Miller 59b9997bab Revert "net: maintain namespace isolation between vlan and real device" 13 years ago
Joe Perches 53a2b3a18d 8021q: Convert compare_ether_addr to ether_addr_equal 13 years ago
David S. Miller 61849dda1d vlan: Stop using NLA_PUT*(). 13 years ago
Eric Dumazet de93cb2eaf vlan: static functions 13 years ago
Dan Carpenter f9586f79bf vlan: add rtnl_dereference() annotations 13 years ago
Benjamin LaHaise 6d4cdf47d2 vlan: add 802.1q netpoll support 13 years ago
Jiri Pirko 348a1443cc vlan: introduce functions to do mass addition/deletion of vids by another device 13 years ago
Jiri Pirko 5b9ea6e022 vlan: introduce vid list with reference counting 13 years ago
Jiri Pirko 87002b03ba net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls 13 years ago
Jiri Pirko 7da82c06de vlan: rename vlan_dev_info to vlan_dev_priv 13 years ago
Pravin B Shelar 396cf94305 vlan: Move vlan_set_encap_proto() to vlan header file 13 years ago
Michał Mirosław c8f44affb7 net: introduce and use netdev_features_t for device features sets 13 years ago
Michał Mirosław bc5787c612 net: remove legacy ethtool ops 13 years ago
Matthijs Kooijman deede2fabe vlan: Don't propagate flag changes on down interfaces. 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Paul Gortmaker 3a9a231d97 net: Fix files explicitly needing to include module.h 13 years ago
Eric Dumazet 6a32e4f9dd vlan: allow nested vlan_do_receive() 13 years ago
Jiri Pirko 4bc71cb983 net: consolidate and fix ethtool_ops->get_settings calling 14 years ago
Jiri Pirko c5114cd59d vlan: reset headers on accel emulation path 14 years ago
Jiri Pirko afc4b13df1 net: remove use of ndo_set_multicast_list in drivers 14 years ago
Stephen Hemminger a9b3cd7f32 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER 14 years ago
Neil Horman 550fd08c2c net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared 14 years ago
Jiri Pirko 536d1d4a07 vlan: move vlan_group_[gs]et_device to public header 14 years ago
Jiri Pirko 7890a5b9cb vlan: kill ndo_vlan_rx_register 14 years ago
Jiri Pirko ffcf9b7672 vlan: kill vlan_gro_frags and vlan_gro_receive 14 years ago
Jiri Pirko a4aeb26628 vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx 14 years ago
Jiri Pirko cec9c13363 vlan: introduce __vlan_find_dev_deep() 14 years ago
David Lamparter 69ecca86da net: vlan, qlcnic: make vlan_find_dev private 14 years ago
Michał Mirosław 62f2a3a48b net: remove NETIF_F_ALL_TX_OFFLOADS 14 years ago
Michał Mirosław 6c9c1b5456 net: vlan: remove reduntant check in ndo_fix_features callback 14 years ago
Shan Wei 712ae51afd net: vlan: enable soft features regardless of underlying device 14 years ago
Antoine Reversat e3cb78c772 vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support 14 years ago
Joe Perches ea11073387 net: Remove casts of void * 14 years ago
Jiri Pirko 0b5c9db1b1 vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check 14 years ago
Joe Perches afab2d2999 net: 8021q: Add pr_fmt 14 years ago
Wei Yongjun 307f73df2b vlan: fix typo in vlan_dev_hard_start_xmit() 14 years ago
Justin Mattock da7c06c4a7 net:8021q:vlan.c Fix pr_info to just give the vlan fullname and version. 14 years ago
Neil Horman 6dcbbe25dc net: move is_vlan_dev into public header file (v2) 14 years ago
Michał Mirosław f0a619ccfb net: Fix vlan_features propagation 14 years ago
Eric Dumazet 55aee10dec vlan: fix GVRP at dismantle time 14 years ago
Eric Dumazet 48752e1b18 vlan: remove one synchronize_net() call 14 years ago
Ben Hutchings 7c89943236 bonding, ipv4, ipv6, vlan: Handle NETDEV_BONDING_FAILOVER like NETDEV_NOTIFY_PEERS 14 years ago
Ben Hutchings 99606477a5 vlan: Propagate NETDEV_NOTIFY_PEERS notifier 14 years ago
Jiri Pirko bcc6d47903 net: vlan: make non-hw-accel rx path similar to hw-accel 14 years ago
Michał Mirosław 8a0427bb68 vlan: convert VLAN devices to use ndo_fix_features() 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Eric Dumazet d870bfb9d3 vlan: should take into account needed_headroom 14 years ago
Yi Zou 4ea09c9caa vlan: add support to ndo_fcoe_ddp_target() 14 years ago
Michał Mirosław 04ed3e741d net: change netdev->features to u32 14 years ago
John Fastabend 19eb5cc559 8021q: vlan device is lockless do not transfer real_num_{tx|rx}_queues 14 years ago