Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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