summaryrefslogtreecommitdiff
path: root/drivers/net/macvlan.c
AgeCommit message (Expand)Author
2014-09-22macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel
2014-09-19net: allow macvlans to move to net namespaceFrancesco Ruggeri
2014-08-21macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller
2014-07-31macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-08net: force a list_del() in unregister_netdevice_many()Eric Dumazet
2014-06-04macvlan: Support bonding eventsVlad Yasevich
2014-06-02macvlan: add netpoll supportdingtianhong
2014-06-02macvlan: fix the problem when mac address changes for passthru modedingtianhong
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-16macvlan: Fix lockdep warnings with stacked macvlan devicesVlad Yasevich
2014-05-15macvlan: simplify the structure portdingtianhong
2014-05-14macvlan: Propagate lowerdev MTU changesdingtianhong
2014-05-12macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-30Revert "macvlan : fix checksums error when we are in bridge mode"Vlad Yasevich
2014-04-23macvlan: Fix leak and NULL dereference on error pathHerbert Xu
2014-04-20macvlan: Move broadcasts into a work queueHerbert Xu
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-03macvlan: Add support for 'always_on' offload featuresVlad Yasevich
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-13macvlan: unregister net device when netdev_upper_dev_link() failsCong Wang
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang
2014-01-10macvlan: forbid L2 fowarding offload for macvtapJason Wang
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04macvlan: unify macvlan_pcpu_stats and vlan_pcpu_statsLi RongQing
2013-12-28macvlan: make start_xmit localstephen hemminger
2013-12-26macvlan: fix netdev feature propagation from lower deviceFlorian Westphal
2013-12-12macvlan: Remove custom recieve and forward handlersVlad Yasevich
2013-12-05macvlan: Support creating macvtaps from macvlansKevin Wallace
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-22macvlan: resolve ENOENT errors on creationJohn Fastabend
2013-09-11macvlan: Move skb_clone check closer to callHerbert Xu
2013-09-03net: macvlan: inherit addr_assign_type along with dev_addrBjørn Mork
2013-08-30macvlan: fix typo in assignmentLutz Jaenicke
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-05macvlan: validate flagsMichael S. Tsirkin
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01macvlan: handle set_promiscuity failuresMichael S. Tsirkin
2013-08-01macvlan: better mode validationMichael S. Tsirkin
2013-07-23macvlan fdb replace supportThomas Richter
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13macvlan: don't touch promisc without passthroughMichael S. Tsirkin