summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Remove unneeded ovs_netdev_get_ifindex()Thomas Graf2013-04-305-12/+2
* openvswitch: Use parallel_ops genl.Pravin B Shelar2013-04-251-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-222-13/+19
|\
| * openvswitch: correct an invalid BUG_ONHong Zhiguo2013-03-271-1/+1
| * openvswitch: Preallocate reply skb in ovs_vport_cmd_set().Jesse Gross2013-03-271-12/+18
* | net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-4/+4
* | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-1/+1
* | openvswitch: Use generic struct pcpu_tstats.Pravin B Shelar2013-04-152-20/+13
* | openvswitch: Simplify datapath locking.Pravin B Shelar2013-04-157-167/+298
* | openvswitch: datapath.h: Fix a stale comment.Andy Zhou2013-04-101-1/+0
* | openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attributeThomas Graf2013-04-021-6/+8
* | openvswitch: Move common genl notify code into ovs_notify()Thomas Graf2013-03-291-20/+16
* | openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZEThomas Graf2013-03-292-45/+52
* | openvswitch: Use nla_memcpy() to memcpy() data from attributesThomas Graf2013-03-292-2/+2
* | openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policyThomas Graf2013-03-291-3/+2
* | net: add ETH_P_802_3_MINSimon Horman2013-03-282-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-205-7/+12
|\|
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-03-155-7/+12
| |\
| | * openvswitch: remove some useless commentsCong Wang2013-02-222-4/+2
| | * openvswitch: fix the calculation of checksum for vlan headerCong Wang2013-02-221-2/+2
| | * openvswitch: Fix parsing invalid LLC/SNAP ethertypesRich Lane2013-02-221-1/+5
| | * openvswitch: Call genlmsg_end in queue_userspace_packetRich Lane2013-02-221-0/+1
| | * openvswitch: Fix ovs_vport_cmd_new return value on successRich Lane2013-02-221-0/+1
| | * openvswitch: Fix ovs_vport_cmd_del return value on successRich Lane2013-02-221-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2013-03-174-20/+12
|\ \ \ | |/ / |/| |
| * | openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff2013-02-222-6/+7
| * | openvswitch: Change ENOENT return value to ENODEV in lookup_vport().Jarno Rajahalme2013-01-091-1/+1
| * | openvswitch: Avoid useless holes in struct vportThomas Graf2012-12-041-2/+2
| * | openvswitch: Use eth_mac_addr() instead of duplicating itThomas Graf2012-12-041-12/+2
* | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-273-16/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-7/+9
|\ \ \ | | |/ | |/|
| * | openvswitch: Move LRO check from transmit to receive.Jesse Gross2013-01-211-7/+9
| |/
* | net: adjust skb_gso_segment() for calling in rx pathCong Wang2013-02-061-1/+1
* | openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-1/+1
* | net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
|/
* openvswitch: Use RCU callback when detaching netdevices.Jesse Gross2012-11-282-4/+13
* openvswitch: add skb mark matching and set actionAnsis Atteka2012-11-264-4/+30
* net: openvswitch: use this_cpu_ptr per-cpu helperShan Wei2012-11-162-5/+4
* openvswitch: add ipv6 'set' actionAnsis Atteka2012-11-132-0/+113
* openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan2012-11-021-3/+6
* openvswitch: Store flow key len if ARP opcode is not request or reply.Mehak Mahajan2012-10-301-9/+5
* openvswitch: Print device when warning about over MTU packets.Jesse Gross2012-10-301-1/+1
* net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin2012-09-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-153-7/+9
|\
| * openvswitch: Fix FLOW_BUFSIZE definition.Jesse Gross2012-09-031-3/+5
| * openvswitch: Fix typoJoe Stringer2012-09-021-1/+1
| * openvswitch: Relax set header validation.Jesse Gross2012-08-061-3/+3
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-105-49/+49
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-09-0410-171/+317
|\ \