summaryrefslogtreecommitdiffstats
path: root/net/openvswitch
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \
| * | openvswitch: Increase maximum number of datapath ports.Pravin B Shelar2012-09-037-51/+113
| * | openvswitch: Add support for network namespaces.Pravin B Shelar2012-08-227-123/+207
| |/
* | openvswitch: using kfree_rcu() to simplify the codeWei Yongjun2012-08-311-9/+1
|/
* Revert "openvswitch: potential NULL deref in sample()"Jesse Gross2012-07-271-3/+0
* openvswitch: potential NULL deref in sample()Dan Carpenter2012-07-231-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-07-2012-17/+29
|\
| * openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff2012-07-201-1/+2
| * openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar2012-07-201-2/+2
| * openvswitch: Reset upper layer protocol info on internal devices.Jesse Gross2012-05-251-0/+8
| * openvswitch: Replace Nicira Networks.Raju Subramanian2012-05-0312-12/+12
| * openvswitch: Do not send notification if ovs_vport_set_options() failedAnsis Atteka2012-04-091-1/+3
| * openvswitch: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross2012-04-021-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-162-12/+20
|\ \
| * | openvswitch: checking wrong variable in queue_userspace_packet()Dan Carpenter2012-05-131-1/+1
| * | openvswitch: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar2012-05-071-7/+15
| * | openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed.Ansis Atteka2012-05-031-3/+2
| |/
| * openvswitch: Add length check when retrieving TCP flags.Jesse Gross2012-04-021-1/+2
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-3/+3
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0
|\ \ | |/
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | openvswitch: Stop using NLA_PUT*().David S. Miller2012-04-012-21/+31
|/
OpenPOWER on IntegriCloud