index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
datapath.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-26
openvswitch: Add SCTP support
Joe Stringer
1
-0
/
+6
2013-08-23
openvswitch: Mega flow implementation
Andy Zhou
1
-40
/
+100
2013-08-23
openvswitch: Use RCU lock for dp dump operation.
Pravin B Shelar
1
-6
/
+7
2013-08-23
openvswitch: Use RCU lock for flow dump operation.
Pravin B Shelar
1
-8
/
+9
2013-08-14
openvswitch: Fix bad merge resolution.
Jesse Gross
1
-3
/
+0
2013-06-19
openvswitch: Optimize flow key match for non tunnel flows.
Pravin B Shelar
1
-5
/
+2
2013-06-19
openvswitch: Add tunneling interface.
Pravin B Shelar
1
-3
/
+75
2013-06-19
openvswitch: Copy individual actions.
Pravin B Shelar
1
-51
/
+220
2013-06-14
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
Pravin B Shelar
1
-4
/
+1
2013-06-14
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
Jesse Gross
1
-5
/
+7
2013-04-30
openvswitch: Remove unneeded ovs_netdev_get_ifindex()
Thomas Graf
1
-1
/
+2
2013-04-25
openvswitch: Use parallel_ops genl.
Pravin B Shelar
1
-4
/
+8
2013-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+18
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-15
openvswitch: Simplify datapath locking.
Pravin B Shelar
1
-104
/
+170
2013-03-29
openvswitch: Move common genl notify code into ovs_notify()
Thomas Graf
1
-20
/
+16
2013-03-29
openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE
Thomas Graf
1
-24
/
+52
2013-03-29
openvswitch: Use nla_memcpy() to memcpy() data from attributes
Thomas Graf
1
-1
/
+1
2013-03-29
openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy
Thomas Graf
1
-3
/
+2
2013-03-28
net: add ETH_P_802_3_MIN
Simon Horman
1
-1
/
+1
2013-03-27
openvswitch: Preallocate reply skb in ovs_vport_cmd_set().
Jesse Gross
1
-12
/
+18
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2013-03-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
1
-6
/
+7
2013-03-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...
David S. Miller
1
-0
/
+3
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
1
-6
/
+4
2013-02-22
openvswitch: Call genlmsg_end in queue_userspace_packet
Rich Lane
1
-0
/
+1
2013-02-22
openvswitch: Fix ovs_vport_cmd_new return value on success
Rich Lane
1
-0
/
+1
2013-02-22
openvswitch: Fix ovs_vport_cmd_del return value on success
Rich Lane
1
-0
/
+1
2013-02-22
openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.
Ben Pfaff
1
-5
/
+6
2013-02-06
net: adjust skb_gso_segment() for calling in rx path
Cong Wang
1
-1
/
+1
2013-01-09
openvswitch: Use FIELD_SIZEOF() in dp_init().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2013-01-09
openvswitch: Change ENOENT return value to ENODEV in lookup_vport().
Jarno Rajahalme
1
-1
/
+1
2012-11-26
openvswitch: add skb mark matching and set action
Ansis Atteka
1
-0
/
+3
2012-11-16
net: openvswitch: use this_cpu_ptr per-cpu helper
Shan Wei
1
-2
/
+2
2012-11-13
openvswitch: add ipv6 'set' action
Ansis Atteka
1
-0
/
+20
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-42
/
+42
2012-09-03
openvswitch: Increase maximum number of datapath ports.
Pravin B Shelar
1
-33
/
+77
2012-08-22
openvswitch: Add support for network namespaces.
Pravin B Shelar
1
-107
/
+162
2012-08-06
openvswitch: Relax set header validation.
Jesse Gross
1
-3
/
+3
2012-07-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
1
-5
/
+8
2012-07-20
openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().
Ben Pfaff
1
-1
/
+2
2012-07-20
openvswitch: Check currect return value from skb_gso_segment()
Pravin B Shelar
1
-2
/
+2
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+18
2012-05-13
openvswitch: checking wrong variable in queue_userspace_packet()
Dan Carpenter
1
-1
/
+1
2012-05-07
openvswitch: Validation of IPv6 set port action uses IPv4 header
Pravin B Shelar
1
-7
/
+15
2012-05-03
openvswitch: Replace Nicira Networks.
Raju Subramanian
1
-1
/
+1
2012-05-03
openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed.
Ansis Atteka
1
-3
/
+2
2012-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2012-04-09
openvswitch: Do not send notification if ovs_vport_set_options() failed
Ansis Atteka
1
-1
/
+3
[next]