aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/macvlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01netlink: add attributes to fdb interfacestephen hemminger1-1/+1
2012-09-19netdev: make address const in device address managementstephen hemminger1-2/+2
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches1-4/+3
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-1/+1
2012-04-15macvlan: add FDB bridge ops and macvlan flagsJohn Fastabend1-6/+67
2012-04-02macvlan: Stop using NLA_PUT*().David S. Miller1-1/+2
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka1-1/+2
2012-01-23macvlan: fix a possible use after freeEric Dumazet1-0/+1
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo callsJiri Pirko1-7/+3
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+6
2011-11-04macvlan: receive multicast with local addressstephen hemminger1-0/+7
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet1-0/+3
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-1/+1
2011-10-04macvlan/macvtap: Fix unicast between macvtap interfaces in bridge modeDavid Ward1-1/+1
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-21macvlan: do vlan cleanupJiri Pirko1-12/+0
2011-06-06macvlan: add VLAN filters to lowerdevJohn Fastabend1-1/+38
2011-05-22macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward1-4/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-22/+12
2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet1-2/+2
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-4/+5
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet1-1/+4
2011-05-07macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()Lai Jiangshan1-9/+1
2011-04-17net: macvlan: convert to hw_featuresMichał Mirosław1-15/+1
2011-03-21macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman1-6/+12
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-5/+6
2011-03-14macvlan : fix checksums error when we are in bridge modeDaniel Lezcano1-0/+3
2010-11-22macvlan: Introduce 'passthru' mode to takeover the underlying deviceSridhar Samudrala1-1/+32
2010-11-16macvlan: lockless tx pathEric Dumazet1-45/+35
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-07-27macvlan: Fix rx counters update in macvlan_handle_frame()Sridhar Samudrala1-4/+7
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+8
2010-07-22macvtap: Limit packet queue lengthHerbert Xu1-2/+8
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-1/+1
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-3/+3
2010-06-28macvlan: 64 bit rx countersEric Dumazet1-14/+23
2010-06-15macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko1-12/+16
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+1
2010-06-07macvlan: use call_rcu for port freeJiri Pirko1-2/+10
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko1-6/+13
2010-05-24macvlan: do proper cleanup in macvlan_common_newlink() V2Jiri Pirko1-1/+8
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-1/+1
2010-05-15net: adjust handle_macvlan to pass port struct to hookJiri Pirko1-6/+2
2010-04-03net: move address list functions to a separate fileJiri Pirko1-5/+5
2010-03-18net: forbid underlaying devices to change its typeJiri Pirko1-0/+3
2010-02-03macvlan: allow multiple driver backendsArnd Bergmann1-64/+49
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-1/+1