VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-04-27
macvlan: Use 'hash' iterators to simplify code
Christophe JAILLET
2021-04-25
macvlan: Add nodst option to macvlan type source
Jethro Beekman
2021-01-05
macvlan: remove redundant null check on data
Yunjian Wang
2020-12-03
macvlan: Support for high multicast packet rate
Thomas Karlsson
2020-11-07
net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setup
Menglong Dong
2020-11-03
net: macvlan: Demote nonconformant function header
Lee Jones
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-18
macvlan: validate setting of multiple remote source MAC addresses
Alvin Šipraga
2020-06-28
net: get rid of lockdep_set_class_and_subclass()
Cong Wang
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
2020-05-26
macvlan: Skip loopback packets in RX handler
Alexander Sverdlin
2020-05-07
netpoll: accept NULL np argument in netpoll_send_skb()
Eric Dumazet
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-04-22
macvlan: silence RCU list debugging warning
Wei Yongjun
2020-04-21
macvlan: fix null dereference in macvlan_device_event()
Taehee Yoo
2020-03-09
macvlan: add cond_resched() during multicast processing
Mahesh Bandewar
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-16
macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()
Eric Dumazet
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-08
macvlan: do not assume mac_header is set in macvlan_broadcast()
Eric Dumazet
2019-12-25
net: macvlan: Use the PHY time stamping interface.
Richard Cochran
2019-11-25
macvlan: schedule bc_work even if error
Menglong Dong
2019-10-24
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-29
macvlan: Replace strncpy() by strscpy()
Gustavo A. R. Silva
2019-05-20
macvlan: Mark expected switch fall-through
Gustavo A. R. Silva
2019-05-09
macvlan: disable SIOCSHWTSTAMP in container
Hangbin Liu
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-03-20
macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device
Hangbin Liu
2019-02-24
macvlan: add ndo_change_proto_down support
Andy Roulin
2019-01-31
macvlan: use netif_is_macvlan_port()
Julian Wiedmann
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-17
macvlan: replace kfree_skb by consume_skb for drop profiles
Yang Wei
2019-01-17
net: Add extack argument to ndo_fdb_add()
Petr Machata
2018-12-13
net: dev: Add extack argument to dev_set_mac_address()
Petr Machata
2018-12-03
macvlan: return correct error value
Matteo Croce
2018-10-19
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
2018-07-11
macvlan: Change status when lower device goes down
Travis Brown
2018-07-09
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
2018-04-25
macvlan: Use software path for offloaded local, broadcast, and multicast traffic
Alexander Duyck
2018-04-25
macvlan: Rename fwd_priv to accel_priv and add accessor function
Alexander Duyck
2018-03-11
macvlan: filter out unsupported feature flags
Shannon Nelson
2018-02-23
macvlan: fix use-after-free in macvlan_common_newlink()
Alexey Kodanev
2018-01-02
macvlan: Fix one possible double free
Gao Feng
2017-10-19
macvlan/macvtap: Add support for L2 forwarding offloads with macvtap
Alexander Duyck
2017-10-14
macvlan: Only update pkt_type if destination MAC address matches
Alexander Duyck
2017-10-14
macvlan: Only deliver one copy of the frame to the macvlan interface
Alexander Duyck
2017-10-04
net: Add extack to upper device linking
David Ahern
2017-09-20
macvlan: code refine to check data before using
Zhang Shengju
2017-08-18
macvlan: add offload features for encapsulation
Dimitris Michailidis
2017-07-17
macvlan/macvtap: Remove NETIF_F_UFO advertisement.
David S. Miller
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.validate
Matthias Schiffer
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Matthias Schiffer
2017-06-26
net: add netlink_ext_ack argument to rtnl_link_ops.newlink
Matthias Schiffer
2017-06-22
macvlan: Let passthru macvlan correctly restore lower mac address
Vlad Yasevich
2017-06-22
macvlan: convert port passthru to flags.
Vlad Yasevich
2017-06-22
macvlan: Fix passthru macvlan mac address inheritance
Vlad Yasevich
2017-06-22
macvlan: Do not return error when setting the same mac address
Vlad Yasevich
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-14
macvlan: propagate the mac address change status for lowerdev
Zhang Shengju
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-05-15
macvlan: Fix performance issues with vlan tagged packets
Vlad Yasevich
2017-04-25
macvlan: Fix device ref leak when purging bc_queue
Herbert Xu
2017-02-11
tap: Abstract type of virtual interface from tap implementation
Sainath Grandhi
2017-01-20
macvlan: use netdev_is_rx_handler_busy instead of checking specific type
Mahesh Bandewar
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-12-07
driver: macvlan: Remove the rcu member of macvlan_port
Gao Feng
2016-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-23
driver: macvlan: Check if need rollback multicast setting in macvlan_open
Gao Feng
2016-11-21
driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_source
Gao Feng
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-14
driver: macvlan: Replace integer number with bool value
Gao Feng
2016-11-09
driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed.
Gao Feng
2016-10-20
net: use core MTU range checking in core net infra
Jarod Wilson
2016-08-13
net: remove type_check from dev_get_nest_level()
Sabrina Dubroca
2016-06-09
net: macvlan: call netdev_lockdep_set_classes()
Eric Dumazet
2016-06-01
macvlan: Avoid unnecessary multicast cloning
Herbert Xu
2016-06-01
macvlan: Fix potential use-after free for broadcasts
Herbert Xu
2016-04-26
macvlan: fix failure during registration v3
Francesco Ruggeri
2016-03-17
vlan: propagate gso_max_segs
Eric Dumazet
2016-02-25
net: macvlan: use __ethtool_get_ksettings
David Decotigny
2016-02-17
macvlan: convert to use IFF_NO_QUEUE
Zhang Shengju
2016-01-29
macvlan: make operstate and carrier more accurate
Nikolay Aleksandrov
2015-12-15
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-11-17
macvlan: fix leak in macvlan_handle_frame
Sabrina Dubroca
2015-10-12
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
2015-08-03
macvlan: Don't segment multiple tagged packets on macvlan device
Toshiaki Makita
2015-05-04
macvlan: Propagate promiscuity setting to lower devices.
Vlad Yasevich
2015-04-02
macvlan: implement ndo_get_iflink
Nicolas Dichtel
2015-03-02
net: Kill dev_rebuild_header
Eric W. Biederman
2015-01-23
macvlan: advertise link netns via netlink
Nicolas Dichtel
2014-12-09
macvlan: play well with ipvlan device
Mahesh Bandewar
2014-12-09
macvlan: allow setting LRO independently of lower device
Michal Kubeček
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
2014-11-29
macvlan: delay the header check for dodgy packets into lower device
Jason Wang
2014-10-25
macvlan: fix a race on port dismantle and possible skb leaks
Eric Dumazet
2014-10-10
macvlan: optimize the receive path
jbaron@akamai.com
2014-10-10
macvlan: pass 'bool' type to macvlan_count_rx()
jbaron@akamai.com
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
2014-09-29
macvlan: add source mode
Michael Braun
2014-09-22
macvlan: allow to enqueue broadcast pkt on virtual device
Nicolas Dichtel
2014-09-19
net: allow macvlans to move to net namespace
Francesco Ruggeri
2014-08-21
macvlan: Allow setting multicast filter on all macvlan types
Vlad Yasevich
2014-08-14
Revert "macvlan: simplify the structure port"
David S. Miller
2014-07-31
macvlan: Initialize vlan_features to turn on offload support.
Vlad Yasevich
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-08
net: force a list_del() in unregister_netdevice_many()
Eric Dumazet
2014-06-04
macvlan: Support bonding events
Vlad Yasevich
2014-06-02
macvlan: add netpoll support
dingtianhong
2014-06-02
macvlan: fix the problem when mac address changes for passthru mode
dingtianhong
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-16
macvlan: Fix lockdep warnings with stacked macvlan devices
Vlad Yasevich
2014-05-15
macvlan: simplify the structure port
dingtianhong
2014-05-14
macvlan: Propagate lowerdev MTU changes
dingtianhong
2014-05-12
macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.
Peter Christensen
2014-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-04-30
Revert "macvlan : fix checksums error when we are in bridge mode"
Vlad Yasevich
2014-04-23
macvlan: Fix leak and NULL dereference on error path
Herbert Xu
2014-04-20
macvlan: Move broadcasts into a work queue
Herbert Xu
2014-03-14
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
Eric W. Biederman
2014-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-03
macvlan: Add support for 'always_on' offload features
Vlad Yasevich
2014-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-02-14
net: introduce netdev_alloc_pcpu_stats() for drivers
WANG Cong
2014-02-13
macvlan: unregister net device when netdev_upper_dev_link() fails
Cong Wang
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-10
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-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-04
macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats
Li RongQing
2013-12-28
macvlan: make start_xmit local
stephen hemminger
2013-12-26
macvlan: fix netdev feature propagation from lower device
Florian Westphal
2013-12-12
macvlan: Remove custom recieve and forward handlers
Vlad Yasevich
2013-12-05
macvlan: Support creating macvtaps from macvlans
Kevin Wallace
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2013-11-07
net: Add layer 2 hardware acceleration operations for macvlan devices
John Fastabend
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-10-22
macvlan: resolve ENOENT errors on creation
John Fastabend
2013-09-11
macvlan: Move skb_clone check closer to call
Herbert Xu
2013-09-03
net: macvlan: inherit addr_assign_type along with dev_addr
Bjørn Mork
2013-08-30
macvlan: fix typo in assignment
Lutz Jaenicke
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-05
macvlan: validate flags
Michael S. Tsirkin
2013-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-01
macvlan: handle set_promiscuity failures
Michael S. Tsirkin
2013-08-01
macvlan: better mode validation
Michael S. Tsirkin
2013-07-23
macvlan fdb replace support
Thomas Richter
2013-06-25
macvtap: Let TUNSETOFFLOAD actually controll offload features.
Vlad Yasevich
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-13
macvlan: don't touch promisc without passthrough
Michael S. Tsirkin
2013-05-28
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-11
macvlan: fix passthru mode race between dev removal and rx path
Jiri Pirko
2013-04-19
net: vlan: announce STAG offload capability in some drivers
Patrick McHardy
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-03-30
macvlan: use the right RCU api
Eric Dumazet
2013-03-07
macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.
Vlad Yasevich
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-13
bridge: Add vlan support to static neighbors
Vlad Yasevich
2013-02-08
macvlan: add a salt to mc_hash()
Eric Dumazet
2013-02-08
macvlan: broadcast addr should be part of mc_filter
Eric Dumazet
2013-02-06
macvlan: add multicast filter
Eric Dumazet
2013-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-17
macvlan: fix macvlan_get_size()
Eric Dumazet
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-04
macvlan: add link to upper device
Jiri Pirko
2013-01-03
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
2012-10-01
netlink: add attributes to fdb interface
stephen hemminger
2012-09-19
netdev: make address const in device address management
stephen hemminger
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-10
net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bits
Joe Perches
2012-05-10
Revert "net: maintain namespace isolation between vlan and real device"
David S. Miller
2012-04-15
macvlan: add FDB bridge ops and macvlan flags
John Fastabend
2012-04-02
macvlan: Stop using NLA_PUT*().
David S. Miller
2012-02-15
net: use eth_hw_addr_random() and reset addr_assign_type
Danny Kukawka
2012-01-23
macvlan: fix a possible use after free
Eric Dumazet
2011-12-08
net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls
Jiri Pirko
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-11-04
macvlan: receive multicast with local address
stephen hemminger
2011-10-18
macvlan: handle fragmented multicast frames
Eric Dumazet
2011-10-07
Merge branch 'master' of github.com:davem330/net
David S. Miller
2011-10-04
macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode
David Ward
2011-09-15
net: consolidate and fix ethtool_ops->get_settings calling
Jiri Pirko
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-07-27
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
Neil Horman
2011-07-21
macvlan: do vlan cleanup
Jiri Pirko
2011-06-06
macvlan: add VLAN filters to lowerdev
John Fastabend
2011-05-22
macvlan: Forward unicast frames in bridge mode to lowerdev
David Ward
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-20
macvlan: fix panic if lowerdev in a bond
Eric Dumazet
2011-05-20
macvlan: remove one synchronize_rcu() call
Eric Dumazet
2011-05-09
net: use batched device unregister in veth and macvlan
Eric Dumazet
2011-05-07
macvlan,rcu: convert call_rcu(macvlan_port_rcu_free) to kfree_rcu()
Lai Jiangshan
2011-04-17
net: macvlan: convert to hw_features
Michał Mirosław
2011-03-21
macvlan: Fix use after free of struct macvlan_port.
Eric W. Biederman