summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/vport-netdev.c
AgeCommit message (Expand)AuthorLines
2024-04-24net: openvswitch: Release reference to netdevJun Gu-2/+6
2024-04-22net: openvswitch: Check vport netdev nameJun Gu-1/+4
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu-1/+1
2022-06-09net: rename reference+tracking helpersJakub Kicinski-3/+3
2021-12-07openvswitch: add net device refcount tracker to struct vportEric Dumazet-4/+4
2021-12-02net: openvswitch: Remove redundant if statementsXu Wang-2/+1
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET-4/+3
2019-07-08net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner-14/+1
2018-11-08openvswitch: remove BUG_ON from get_dpdevLi RongQing-1/+0
2017-10-04net: Add extack to upper device linkingDavid Ahern-1/+2
2016-11-13openvswitch: allow L3 netdev portsJiri Benc-3/+6
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc-1/+0
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann-1/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+6
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni-2/+6
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko-1/+1
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko-1/+1
2015-10-22openvswitch: Use dev_queue_xmit for vport send.Pravin B Shelar-32/+1
2015-08-29openvswitch: Remove vport stats.Pravin B Shelar-14/+8
2015-08-20route: move lwtunnel state to dst_entryJiri Benc-1/+1
2015-08-10openvswitch: Move tunnel destroy function to oppenvswitch module.Pravin B Shelar-3/+18
2015-07-29openvswitch: Re-add CONFIG_OPENVSWITCH_VXLANThomas Graf-199/+12
2015-07-26openvswitch: Retrieve tunnel metadata when receiving from vport-netdevThomas Graf-1/+1
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf-3/+198
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf-6/+0
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf-47/+39
2015-06-03openvswitch: disable LROJiri Benc-0/+1
2014-11-09openvswitch: Constify various function argumentsThomas Graf-1/+1
2014-10-28ovs: Turn vports with dependencies into separate modulesThomas Graf-1/+13
2013-10-16openvswitch: fix vport-netdev unregisterAlexei Starovoitov-3/+13
2013-08-23openvswitch:: link upper device for port devicesJiri Pirko-1/+19
2013-06-19openvswitch: Add tunneling interface.Pravin B Shelar-1/+1
2013-06-14openvswitch: make skb->csum consistent with rest of networking stack.Pravin B Shelar-0/+2
2013-06-14openvswitch: Unify vport error stats handling.Pravin B Shelar-3/+2
2013-04-30openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf-7/+0
2013-04-15openvswitch: Simplify datapath locking.Pravin B Shelar-1/+7
2013-02-22openvswitch: remove some useless commentsCong Wang-2/+1
2013-01-21openvswitch: Move LRO check from transmit to receive.Jesse Gross-7/+9
2012-11-28openvswitch: Use RCU callback when detaching netdevices.Jesse Gross-4/+10
2012-10-30openvswitch: Print device when warning about over MTU packets.Jesse Gross-1/+1
2012-08-22openvswitch: Add support for network namespaces.Pravin B Shelar-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller-1/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches-3/+3
2012-05-03openvswitch: Replace Nicira Networks.Raju Subramanian-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-2/+2
2011-12-03net: Add Open vSwitch kernel components.Jesse Gross-0/+198