aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ipvlan/ipvlan_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-18ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail1-49/+55
2017-10-29ipvlan: implement VEPA modeMahesh Bandewar1-2/+11
2017-10-29ipvlan: introduce 'private' attribute for all existing modes.Mahesh Bandewar1-2/+36
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-2/+8
2017-10-20net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern1-4/+0
2017-10-12ipvlan: always use the current L2 addr of the masterMahesh Bandewar1-1/+6
2017-10-04net: Add extack to upper device linkingDavid Ahern1-1/+1
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-01ipvlan: Fix 64-bit statistics seqcount initializationFlorian Fainelli1-1/+1
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-07-17ipvlan: Stop advertising NETIF_F_UFO support.David S. Miller1-1/+1
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+69
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-04-25ipvlan: use pernet operations and restrict l3s hooks to master netnsFlorian Westphal1-15/+68
2017-02-11ipvtap: IP-VLAN based tap driverSainath Grandhi1-12/+15
2017-01-20ipvlan: use netdev_is_rx_handler_busy instead of checking specific typeMahesh Bandewar1-2/+2
2017-01-16ipvlan: fix dev_id creation corner case.Mahesh Bandewar1-0/+3
2017-01-10ipvlan: improvise dev_id generation logic in IPvlanMahesh Bandewar1-1/+12