Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eaca400f1d14eec98561ab9dad0da03d65c5e8d0
/
drivers
/
net
/
macvlan.c
eaca400
macvlan: advertise link netns via netlink
by Nicolas Dichtel
· 10 years ago
d6b00fe
macvlan: play well with ipvlan device
by Mahesh Bandewar
· 10 years ago
62dbe83
macvlan: allow setting LRO independently of lower device
by Michal Kubeček
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
a523a5e
macvlan: delay the header check for dodgy packets into lower device
by Jason Wang
· 10 years ago
fe0ca73
macvlan: fix a race on port dismantle and possible skb leaks
by Eric Dumazet
· 10 years ago
d1dd9119
macvlan: optimize the receive path
by jbaron@akamai.com
· 10 years ago
4c97993
macvlan: pass 'bool' type to macvlan_count_rx()
by jbaron@akamai.com
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
79cf79a
macvlan: add source mode
by Michael Braun
· 10 years ago
07d92d5
macvlan: allow to enqueue broadcast pkt on virtual device
by Nicolas Dichtel
· 10 years ago
0d0162e
net: allow macvlans to move to net namespace
by Francesco Ruggeri
· 10 years ago
8a50f11
macvlan: Allow setting multicast filter on all macvlan types
by Vlad Yasevich
· 10 years ago
5e3c516
Revert "macvlan: simplify the structure port"
by David S. Miller
· 10 years ago
081e83a
macvlan: Initialize vlan_features to turn on offload support.
by Vlad Yasevich
· 10 years ago
902455e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
87757a9
net: force a list_del() in unregister_netdevice_many()
by Eric Dumazet
· 10 years ago
4c99125
macvlan: Support bonding events
by Vlad Yasevich
· 10 years ago
688cea8
macvlan: add netpoll support
by dingtianhong
· 10 years ago
e289fd2
macvlan: fix the problem when mac address changes for passthru mode
by dingtianhong
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c674ac3
macvlan: Fix lockdep warnings with stacked macvlan devices
by Vlad Yasevich
· 10 years ago
a188a54
macvlan: simplify the structure port
by dingtianhong
· 10 years ago
3763e7e
macvlan: Propagate lowerdev MTU changes
by dingtianhong
· 10 years ago
bbeb0ea
macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.
by Peter Christensen
· 10 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
f114890
Revert "macvlan : fix checksums error when we are in bridge mode"
by Vlad Yasevich
· 11 years ago
e676f19
macvlan: Fix leak and NULL dereference on error path
by Herbert Xu
· 11 years ago
412ca15
macvlan: Move broadcasts into a work queue
by Herbert Xu
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
8b4703e
macvlan: Add support for 'always_on' offload features
by Vlad Yasevich
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
da37705
macvlan: unregister net device when netdev_upper_dev_link() fails
by Cong Wang
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
b13ba1b
macvlan: forbid L2 fowarding offload for macvtap
by Jason Wang
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
cdf3e27
macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats
by Li RongQing
· 11 years ago
0db901b
macvlan: make start_xmit local
by stephen hemminger
· 11 years ago
797f87f
macvlan: fix netdev feature propagation from lower device
by Florian Westphal
· 11 years ago
2f6a1b6
macvlan: Remove custom recieve and forward handlers
by Vlad Yasevich
· 11 years ago
d70f2cf
macvlan: Support creating macvtaps from macvlans
by Kevin Wallace
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
a6cc0cf
net: Add layer 2 hardware acceleration operations for macvlan devices
by John Fastabend
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
47d4ab9
macvlan: resolve ENOENT errors on creation
by John Fastabend
· 11 years ago
de9e8f3
macvlan: Move skb_clone check closer to call
by Herbert Xu
· 11 years ago
8b98604
net: macvlan: inherit addr_assign_type along with dev_addr
by Bjørn Mork
· 11 years ago
7174012
macvlan: fix typo in assignment
by Lutz Jaenicke
· 11 years ago
2ff1cf1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1512747
macvlan: validate flags
by Michael S. Tsirkin
· 11 years ago
0e76a3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
7873814
macvlan: handle set_promiscuity failures
by Michael S. Tsirkin
· 11 years ago
266e834
macvlan: better mode validation
by Michael S. Tsirkin
· 11 years ago
ab2cfbb
macvlan fdb replace support
by Thomas Richter
· 11 years ago
2be5c76
macvtap: Let TUNSETOFFLOAD actually controll offload features.
by Vlad Yasevich
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
99ffc3e
macvlan: don't touch promisc without passthrough
by Michael S. Tsirkin
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
233c7df
macvlan: fix passthru mode race between dev removal and rx path
by Jiri Pirko
· 11 years ago
28d2b13
net: vlan: announce STAG offload capability in some drivers
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
e052f7e
macvlan: use the right RCU api
by Eric Dumazet
· 12 years ago
87ab7f6
macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.
by Vlad Yasevich
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
1690be6
bridge: Add vlan support to static neighbors
by Vlad Yasevich
· 12 years ago
3807ff5
macvlan: add a salt to mc_hash()
by Eric Dumazet
· 12 years ago
d527043
macvlan: broadcast addr should be part of mc_filter
by Eric Dumazet
· 12 years ago
cd431e7
macvlan: add multicast filter
by Eric Dumazet
· 12 years ago
f1e7b73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
01fe944
macvlan: fix macvlan_get_size()
by Eric Dumazet
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
7cd43db
macvlan: add link to upper device
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
edc7d57
netlink: add attributes to fdb interface
by stephen hemminger
· 12 years ago
6b6e272
netdev: make address const in device address management
by stephen hemminger
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a6700db
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
by Joe Perches
· 12 years ago
59b9997
Revert "net: maintain namespace isolation between vlan and real device"
by David S. Miller
· 12 years ago
df8ef8f
macvlan: add FDB bridge ops and macvlan flags
by John Fastabend
· 13 years ago
ead9a76
macvlan: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
4ec7ac1
macvlan: fix a possible use after free
by Eric Dumazet
· 13 years ago
87002b0
net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls
by Jiri Pirko
· 13 years ago
8e58613
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
by Jiri Pirko
· 13 years ago
729e72a
macvlan: receive multicast with local address
by stephen hemminger
· 13 years ago
bc416d9
macvlan: handle fragmented multicast frames
by Eric Dumazet
· 13 years ago
88c5100
Merge branch 'master' of github.com:davem330/net
by David S. Miller
· 13 years ago
cb2d0f3
macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode
by David Ward
· 13 years ago
4bc71cb
net: consolidate and fix ethtool_ops->get_settings calling
by Jiri Pirko
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
550fd08
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
by Neil Horman
· 13 years ago
4f7a450
macvlan: do vlan cleanup
by Jiri Pirko
· 13 years ago
8d13e67
macvlan: add VLAN filters to lowerdev
by John Fastabend
· 13 years ago
a37dd33
macvlan: Forward unicast frames in bridge mode to lowerdev
by David Ward
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
d935156
macvlan: fix panic if lowerdev in a bond
by Eric Dumazet
· 13 years ago
Next »