summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan
AgeCommit message (Expand)AuthorLines
2021-01-28ipvlan: remove h from printk format specifierTom Rix-4/+2
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+2
2020-08-24ipvlan: advertise link netns via netlinkTaehee Yoo-0/+8
2020-08-16ipvlan: fix device featuresMahesh Bandewar-5/+22
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+2
2020-03-09ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast()Eric Dumazet-1/+1
2020-03-09ipvlan: add cond_resched_rcu() while processing muticast backlogMahesh Bandewar-0/+1
2020-03-09ipvlan: don't deref eth hdr before checking it's setMahesh Bandewar-8/+10
2020-03-08ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner-4/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo-2/+0
2019-10-10ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar-2/+2
2019-08-16ipvlan: set hw_enc_features like macvlanBill Sommerfeld-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2019-06-04net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-23/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2019-02-22ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann-0/+4
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2019-02-08ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann-206/+283
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann-3/+3
2018-12-13net: ipvlan: Issue NETDEV_PRE_CHANGEADDRPetr Machata-0/+14
2018-12-10ipvlan: Remove a useless comparisonYueHaibing-1/+1
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata-4/+8
2018-12-06net: ipvlan: ipvlan_set_port_mode(): Add an extack argumentPetr Machata-3/+4
2018-07-02ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu-8/+28
2018-06-21ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long-1/+2
2018-06-20ipvlan: use ETH_MAX_MTU as max mtuXin Long-0/+1
2018-05-16ipvlan: call netdevice notifier when master mac address changedKeefe Liu-1/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni-0/+2
2018-03-08ipvlan: properly annotate rx_handler accessPaolo Abeni-1/+1
2018-03-07net: unpollute priv_flags spacePaolo Abeni-4/+12
2018-03-04ipvlan: forbid vlan devices on top of ipvlanPaolo Abeni-1/+1
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern-1/+2
2018-02-28ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni-35/+56
2018-02-28ipvlan: egress mcast packets are not exceptionalPaolo Abeni-2/+2
2018-02-27net: Convert ipvlan_net_opsKirill Tkhai-0/+1
2018-02-21ipvlan: drop ipv6 dependencyMatteo Croce-35/+85
2017-12-15ipvlan: remove excessive packet scrubbingMahesh Bandewar-2/+2
2017-12-15Revert "ipvlan: add L2 check for packets arriving via virtual devices"Mahesh Bandewar-4/+0
2017-12-11ipvlan: add L2 check for packets arriving via virtual devicesMahesh Bandewar-0/+4
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng-11/+2
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng-16/+17
2017-12-03ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng-0/+1
2017-11-24ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng-1/+19
2017-11-24ipvlan: Fix insufficient skb linear check for arpGao Feng-8/+8