Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf7b2003866ca5afc91dcddf9d91b627101f9654
/
net
/
openvswitch
/
datapath.c
330966e
net: make skb_gso_segment error handling more robust
by Florian Westphal
· 10 years ago
f579668
openvswitch: Add support for Geneve tunneling.
by Jesse Gross
· 10 years ago
6b205b2
openvswitch: Factor out allocation and verification of actions.
by Jesse Gross
· 10 years ago
67fa034
openvswitch: Add support for matching on OAM packets.
by Jesse Gross
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9b67aa4
openvswitch: restore OVS_FLOW_CMD_NEW notifications
by Samuel Gauthier
· 10 years ago
971427f3
openvswitch: Add recirc and hash action.
by Andy Zhou
· 10 years ago
8c8b1b8
openvswitch: Use tun_key only for egress tunnel path.
by Pravin B Shelar
· 10 years ago
83c8df2
openvswitch: refactor ovs flow extract API.
by Pravin B Shelar
· 10 years ago
2ff3e4e
openvswitch: Remove pkt_key from OVS_CB
by Pravin B Shelar
· 10 years ago
c5eba0b
openvswitch: distinguish between the dropped and consumed skb
by Li RongQing
· 10 years ago
4ee45ea
openvswitch: fix a memory leak
by Li RongQing
· 10 years ago
2072ec8
openvswitch: fix duplicate #include headers
by Jean Sacren
· 10 years ago
d0e992a
openvswitch: Use IS_ERR_OR_NULL
by Himangi Saraogi
· 10 years ago
f53e383
openvswitch: Avoid memory corruption in queue_userspace_packet()
by Andy Zhou
· 10 years ago
5cd667b
openvswitch: Allow each vport to have an array of 'port_id's.
by Alex Wang
· 10 years ago
48e48a7
openvswitch: make generic netlink group const
by stephen hemminger
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
5b9e7e1
openvswitch: introduce rtnl ops stub
by Jiri Pirko
· 10 years ago
4a46b24
openvswitch: Use exact lookup for flow_get and flow_del.
by Alex Wang
· 10 years ago
ad55200
openvswitch: Fix tracking of flags seen in TCP flows.
by Ben Pfaff
· 11 years ago
0c200ef
openvswitch: Simplify genetlink code.
by Pravin B Shelar
· 11 years ago
893f139
openvswitch: Minimize ovs_flow_cmd_new|set critical sections.
by Jarno Rajahalme
· 11 years ago
37bdc87
openvswitch: Split ovs_flow_cmd_new_or_set().
by Jarno Rajahalme
· 11 years ago
aed0677
openvswitch: Minimize ovs_flow_cmd_del critical section.
by Jarno Rajahalme
· 11 years ago
0e9796b
openvswitch: Reduce locking requirements.
by Jarno Rajahalme
· 11 years ago
6093ae9
openvswitch: Minimize dp and vport critical sections.
by Jarno Rajahalme
· 11 years ago
fb5d1e9
openvswitch: Build flow cmd netlink reply only if needed.
by Jarno Rajahalme
· 11 years ago
bb6f9a7
openvswitch: Clarify locking.
by Jarno Rajahalme
· 11 years ago
be52c9e
openvswitch: Avoid assigning a NULL pointer to flow actions.
by Jarno Rajahalme
· 11 years ago
23dabf8
openvswitch: Remove 5-tuple optimization.
by Jarno Rajahalme
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
36d5fe6
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
by Zoltan Kiss
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
42ee19e
openvswitch: Fix race.
by Jarno Rajahalme
· 11 years ago
3c7eacf
ovs: fix dp check in ovs_dp_reset_user_features
by Jiri Pirko
· 11 years ago
df9d9fd
openvswitch: rename ->sync to ->syncp
by WANG Cong
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
c14e095
openvswitch: Suppress error messages on megaflow updates
by Andy Zhou
· 11 years ago
45fb9c3
openvswitch: Fix ovs_dp_cmd_msg_size()
by Daniele Di Proietto
· 11 years ago
e80857c
openvswitch: Fix kernel panic on ovs_flow_free
by Andy Zhou
· 11 years ago
aea0bb4
openvswitch: Pad OVS_PACKET_ATTR_PACKET if linear copy was performed
by Thomas Graf
· 11 years ago
443cd88
ovs: make functions local
by Stephen Hemminger
· 11 years ago
09c5e60
openvswitch: Compute checksum in skb_gso_segment() if needed
by Thomas Graf
· 11 years ago
bda56f1
openvswitch: Use skb_zerocopy() for upcall
by Thomas Graf
· 11 years ago
8055a89
openvswitch: Pass datapath into userspace queue functions
by Thomas Graf
· 11 years ago
44da5ae
openvswitch: Drop user features if old user space attempted to create datapath
by Thomas Graf
· 11 years ago
43d4be9
openvswitch: Allow user space to announce ability to accept unaligned Netlink messages
by Thomas Graf
· 11 years ago
e298e50
openvswitch: Per cpu flow stats.
by Pravin B Shelar
· 11 years ago
795449d
openvswitch: Enable memory mapped Netlink i/o
by Thomas Graf
· 11 years ago
663efa3
openvswitch: Silence RCU lockdep checks from flow lookup.
by Jesse Gross
· 11 years ago
5bb5063
openvswitch: Change ovs_flow_tbl_lookup_xx() APIs
by Andy Zhou
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
2a94fe4
genetlink: make multicast groups const, prevent abuse
by Johannes Berg
· 11 years ago
68eb550
genetlink: pass family to functions using groups
by Johannes Berg
· 11 years ago
62b68e9
genetlink: add and use genl_set_err()
by Johannes Berg
· 11 years ago
c53ed74
genetlink: only pass array to genl_register_family_with_ops()
by Johannes Berg
· 11 years ago
4534de8
genetlink: make all genl_ops users const
by Johannes Berg
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
df23e9f
openvswitch: Widen TCP flags handling.
by Jarno Rajahalme
· 11 years ago
1bd7116
openvswitch: collect mega flow mask stats
by Andy Zhou
· 11 years ago
618ed0c
openvswitch: Simplify mega-flow APIs.
by Pravin B Shelar
· 11 years ago
b637e49
openvswitch: Move mega-flow list out of rehashing struct.
by Pravin B Shelar
· 11 years ago
e644571
openvswitch: Restructure datapath.c and flow.c
by Pravin B Shelar
· 11 years ago
e7f1332
openvswitch: Move flow table rehashing to flow install.
by Pravin B Shelar
· 11 years ago
a175a72
openvswitch: Add SCTP support
by Joe Stringer
· 11 years ago
03f0d91
openvswitch: Mega flow implementation
by Andy Zhou
· 11 years ago
59a35d6
openvswitch: Use RCU lock for dp dump operation.
by Pravin B Shelar
· 11 years ago
d57170b
openvswitch: Use RCU lock for flow dump operation.
by Pravin B Shelar
· 11 years ago
30444e9
openvswitch: Fix bad merge resolution.
by Jesse Gross
· 11 years ago
a3e8299
openvswitch: Optimize flow key match for non tunnel flows.
by Pravin B Shelar
· 11 years ago
7d5437c
openvswitch: Add tunneling interface.
by Pravin B Shelar
· 11 years ago
74f84a5
openvswitch: Copy individual actions.
by Pravin B Shelar
· 11 years ago
93d8fd1
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
by Pravin B Shelar
· 11 years ago
f44f340
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
by Jesse Gross
· 11 years ago
cff63a5
openvswitch: Remove unneeded ovs_netdev_get_ifindex()
by Thomas Graf
· 12 years ago
3a4e0d6
openvswitch: Use parallel_ops genl.
by Pravin B Shelar
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
8e4e171
openvswitch: Simplify datapath locking.
by Pravin B Shelar
· 12 years ago
ed66118
openvswitch: Move common genl notify code into ovs_notify()
by Thomas Graf
· 12 years ago
c3ff8cf
openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE
by Thomas Graf
· 12 years ago
32686a9
openvswitch: Use nla_memcpy() to memcpy() data from attributes
by Thomas Graf
· 12 years ago
dded45fc
openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy
by Thomas Graf
· 12 years ago
e5c5d22
net: add ETH_P_802_3_MIN
by Simon Horman
· 12 years ago
a934151
openvswitch: Preallocate reply skb in ovs_vport_cmd_set().
by Jesse Gross
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
86feff3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
296b601
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
a15ff76
openvswitch: Call genlmsg_end in queue_userspace_packet
by Rich Lane
· 12 years ago
cb7c5bd
openvswitch: Fix ovs_vport_cmd_new return value on success
by Rich Lane
· 12 years ago
734907e
openvswitch: Fix ovs_vport_cmd_del return value on success
by Rich Lane
· 12 years ago
4490108
openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.
by Ben Pfaff
· 12 years ago
12b0004
net: adjust skb_gso_segment() for calling in rx path
by Cong Wang
· 12 years ago
3523b29
openvswitch: Use FIELD_SIZEOF() in dp_init().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
14408db
openvswitch: Change ENOENT return value to ENODEV in lookup_vport().
by Jarno Rajahalme
· 12 years ago
39c7caeb
openvswitch: add skb mark matching and set action
by Ansis Atteka
· 12 years ago
Next »