aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)Author
2013-09-14macvlan: validate flagsMichael S. Tsirkin
2013-06-13macvlan: don't touch promisc without passthroughMichael S. Tsirkin
2013-05-11macvlan: fix passthru mode race between dev removal and rx pathJiri Pirko
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-03-30macvlan: use the right RCU apiEric Dumazet
2013-03-07macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich
2013-02-08macvlan: add a salt to mc_hash()Eric Dumazet
2013-02-08macvlan: broadcast addr should be part of mc_filterEric Dumazet
2013-02-06macvlan: add multicast filterEric Dumazet
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-17macvlan: fix macvlan_get_size()Eric Dumazet
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-04macvlan: add link to upper deviceJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-04-15macvlan: add FDB bridge ops and macvlan flagsJohn Fastabend
2012-04-02macvlan: Stop using NLA_PUT*().David S. Miller
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka
2012-01-23macvlan: fix a possible use after freeEric Dumazet
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-04macvlan: receive multicast with local addressstephen hemminger
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-10-04macvlan/macvtap: Fix unicast between macvtap interfaces in bridge modeDavid Ward
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