index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvlan.c
Commit message (
Expand
)
Author
Age
*
macvlan: fix a race on port dismantle and possible skb leaks
Eric Dumazet
2014-10-25
*
macvlan: optimize the receive path
jbaron@akamai.com
2014-10-10
*
macvlan: pass 'bool' type to macvlan_count_rx()
jbaron@akamai.com
2014-10-10
*
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
2014-10-07
*
macvlan: add source mode
Michael Braun
2014-09-29
*
macvlan: allow to enqueue broadcast pkt on virtual device
Nicolas Dichtel
2014-09-22
*
net: allow macvlans to move to net namespace
Francesco Ruggeri
2014-09-19
*
macvlan: Allow setting multicast filter on all macvlan types
Vlad Yasevich
2014-08-21
*
Revert "macvlan: simplify the structure port"
David S. Miller
2014-08-14
*
macvlan: Initialize vlan_features to turn on offload support.
Vlad Yasevich
2014-08-01
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-11
|
\
|
*
net: force a list_del() in unregister_netdevice_many()
Eric Dumazet
2014-06-08
*
|
macvlan: Support bonding events
Vlad Yasevich
2014-06-04
*
|
macvlan: add netpoll support
dingtianhong
2014-06-02
*
|
macvlan: fix the problem when mac address changes for passthru mode
dingtianhong
2014-06-02
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
|
\
|
|
*
macvlan: Fix lockdep warnings with stacked macvlan devices
Vlad Yasevich
2014-05-16
|
*
macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.
Peter Christensen
2014-05-12
*
|
macvlan: simplify the structure port
dingtianhong
2014-05-15
*
|
macvlan: Propagate lowerdev MTU changes
dingtianhong
2014-05-14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
|
\
|
|
*
Revert "macvlan : fix checksums error when we are in bridge mode"
Vlad Yasevich
2014-04-30
*
|
macvlan: Fix leak and NULL dereference on error path
Herbert Xu
2014-04-23
*
|
macvlan: Move broadcasts into a work queue
Herbert Xu
2014-04-20
|
/
*
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2014-03-14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-05
|
\
|
*
macvlan: Add support for 'always_on' offload features
Vlad Yasevich
2014-03-03
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-02-19
|
\
|
|
*
macvlan: unregister net device when netdev_upper_dev_link() fails
Cong Wang
2014-02-13
*
|
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2014-02-14
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
|
\
|
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
|
*
macvlan: forbid L2 fowarding offload for macvtap
Jason Wang
2014-01-10
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
|
\
|
|
*
macvlan: fix netdev feature propagation from lower device
Florian Westphal
2013-12-26
*
|
macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats
Li RongQing
2014-01-04
*
|
macvlan: make start_xmit local
stephen hemminger
2013-12-28
*
|
macvlan: Remove custom recieve and forward handlers
Vlad Yasevich
2013-12-12
*
|
macvlan: Support creating macvtaps from macvlans
Kevin Wallace
2013-12-05
|
/
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-14
|
\
|
*
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-06
*
|
net: Add layer 2 hardware acceleration operations for macvlan devices
John Fastabend
2013-11-07
*
|
macvlan: resolve ENOENT errors on creation
John Fastabend
2013-10-22
|
/
*
macvlan: Move skb_clone check closer to call
Herbert Xu
2013-09-11
*
net: macvlan: inherit addr_assign_type along with dev_addr
Bjørn Mork
2013-09-03
*
macvlan: fix typo in assignment
Lutz Jaenicke
2013-08-30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
|
\
|
*
macvlan: validate flags
Michael S. Tsirkin
2013-08-05
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-04
|
\
|
|
*
macvlan: handle set_promiscuity failures
Michael S. Tsirkin
2013-08-01
[next]