aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)Author
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-07-21macvlan: do vlan cleanupJiri Pirko
2011-06-06macvlan: add VLAN filters to lowerdevJohn Fastabend
2011-05-22macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet
2011-05-07macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()Lai Jiangshan
2011-04-17net: macvlan: convert to hw_featuresMichał Mirosław
2011-03-21macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko
2011-03-14macvlan : fix checksums error when we are in bridge modeDaniel Lezcano
2010-11-22macvlan: Introduce 'passthru' mode to takeover the underlying deviceSridhar Samudrala
2010-11-16macvlan: lockless tx pathEric Dumazet
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter
2010-07-27macvlan: Fix rx counters update in macvlan_handle_frame()Sridhar Samudrala
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-22macvtap: Limit packet queue lengthHerbert Xu
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-28macvlan: 64 bit rx countersEric Dumazet
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko
2010-06-15net: add rx_handler data pointerJiri Pirko
2010-06-07macvlan: use call_rcu for port freeJiri Pirko
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko
2010-05-24macvlan: do proper cleanup in macvlan_common_newlink() V2Jiri Pirko
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko
2010-04-03net: move address list functions to a separate fileJiri Pirko
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko
2010-02-03macvlan: allow multiple driver backendsArnd Bergmann
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-16macvlan: add GRO bit to features maskPatrick Mullaney
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-26macvlan: export macvlan mode through netlinkArnd Bergmann
2009-11-26macvlan: implement bridge, VEPA and private modeArnd Bergmann
2009-11-26macvlan: cleanup rx statisticsArnd Bergmann
2009-11-23macvlan: fix gso_max_size settingPatrick McHardy
2009-11-17macvlan: Precise RX stats accountingEric Dumazet
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet
2009-09-03macvlan: add multiqueue capabilityEric Dumazet
2009-09-01macvlan: Use compare_ether_addr_64bits()Eric Dumazet
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-06-11drivers/net/macvlan.c: fix cloning of tagged VLAN interfacessg.tweak@gmail.com