summaryrefslogtreecommitdiff
path: root/drivers/net/ipvlan/ipvlan_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-01-07ipvlan: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-6/+6
2024-01-07ipvlan: Fix a typo in a commentChristophe JAILLET1-1/+1
2023-12-05ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao1-0/+1
2023-10-27ipvlan: properly track tx_errorsEric Dumazet1-0/+1
2023-08-18ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei1-1/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-18ipvlan: hold lower dev to avoid possible use-after-freeMahesh Bandewar1-0/+2
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-2/+2
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-06-09ipvlan: adopt u64_stats_tEric Dumazet1-9/+9
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-4/+2
2021-12-02ipvlan: Remove redundant if statementsXu Wang1-2/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-2/+2
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-2/+2
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-10-02net: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-07-29ipvlan: Add handling of NETDEV_UP eventsDi Zhu1-0/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+2
2020-08-24ipvlan: advertise link netns via netlinkTaehee Yoo1-0/+8
2020-08-16ipvlan: fix device featuresMahesh Bandewar1-5/+22
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+2
2020-03-08ipvlan: do not add hardware address of master to its unicast filter listJiri Wiesner1-4/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-2/+0
2019-10-10ipvlan: consolidate TSO flags using NETIF_F_ALL_TSOMahesh Bandewar1-2/+2
2019-08-16ipvlan: set hw_enc_features like macvlanBill Sommerfeld1-0/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-06-04net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-02-22ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann1-0/+4
2019-02-08ipvlan: decouple l3s mode dependencies from other modesDaniel Borkmann1-103/+14
2019-01-30ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-3/+3
2018-12-13net: ipvlan: Issue NETDEV_PRE_CHANGEADDRPetr Machata1-0/+14
2018-12-10ipvlan: Remove a useless comparisonYueHaibing1-1/+1
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-4/+8
2018-12-06net: ipvlan: ipvlan_set_port_mode(): Add an extack argumentPetr Machata1-3/+4
2018-07-02ipvlan: call dev_change_flags when ipvlan mode is resetHangbin Liu1-8/+28
2018-06-21ipvlan: fix IFLA_MTU ignored on NEWLINKXin Long1-1/+2
2018-06-20ipvlan: use ETH_MAX_MTU as max mtuXin Long1-0/+1
2018-05-16ipvlan: call netdevice notifier when master mac address changedKeefe Liu1-1/+3
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni1-0/+2
2018-03-07net: unpollute priv_flags spacePaolo Abeni1-4/+6
2018-03-04ipvlan: forbid vlan devices on top of ipvlanPaolo Abeni1-1/+1
2018-02-28ipvlan: use per device spinlock to protect addrs list updatesPaolo Abeni1-24/+36
2018-02-27net: Convert ipvlan_net_opsKirill Tkhai1-0/+1
2018-02-21ipvlan: drop ipv6 dependencyMatteo Croce1-17/+31
2017-12-03ipvlan: Add new func ipvlan_is_valid_dev instead of duplicated codesGao Feng1-16/+17