Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
53c5a099b8fd45632f4021f0a908b43aabe883fc
/
net
/
openvswitch
3bf4b5b
net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrs
by Daniel Borkmann
· 11 years ago
0d40f75
openvswitch: Fix alignment of struct sw_flow_key.
by Jesse Gross
· 11 years ago
963a88b
tunnels: harmonize cleanup done on skb on xmit path
by Nicolas Dichtel
· 11 years ago
1179618
vxlan: remove net arg from vxlan[6]_xmit_skb()
by Nicolas Dichtel
· 11 years ago
8b7ed2d
iptunnels: remove net arg from iptunnel_xmit()
by Nicolas Dichtel
· 11 years ago
e4c7ed4
vxlan: add ipv6 support
by Cong Wang
· 11 years ago
5828cd9
openvswitch: optimize flow compare and mask functions
by Andy Zhou
· 11 years ago
0223737
openvswitch: Rename key_len to key_end
by Andy Zhou
· 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
3fa34de
openvswitch: check CONFIG_OPENVSWITCH_GRE in makefile
by Cong Wang
· 11 years ago
2694838
openvswitch: Fix argument descriptions in vport.c.
by Justin Pettit
· 11 years ago
2537b4d
openvswitch:: link upper device for port devices
by Jiri Pirko
· 11 years ago
76a66c7
openvswitch: Use non rcu hlist_del() flow table entry.
by Pravin B Shelar
· 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
5826484
openvswitch: Add vxlan tunneling support.
by Pravin B Shelar
· 11 years ago
36bf5cc
openvswitch: Reset tunnel key between input and output.
by Jesse Gross
· 11 years ago
42415c9
openvswitch: Use correct type while allocating flex array.
by Pravin B Shelar
· 11 years ago
30444e9
openvswitch: Fix bad merge resolution.
by Jesse Gross
· 11 years ago
fb825a5
openvswitch: Add Kconfig dependency on GRE-DEMUX.
by Pravin B Shelar
· 11 years ago
479b1a5
openvswitch: Use correct config guard.
by Pravin B Shelar
· 11 years ago
aa31070
openvswitch: Add gre tunnel support.
by Pravin B Shelar
· 11 years ago
a3e8299
openvswitch: Optimize flow key match for non tunnel flows.
by Pravin B Shelar
· 11 years ago
ffe3f43
openvswitch: Expand action buffer size.
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
09ce069
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
93d8fd1
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
by Pravin B Shelar
· 11 years ago
b34df5e
openvswitch: make skb->csum consistent with rest of networking stack.
by Pravin B Shelar
· 11 years ago
af78416
openvswitch: Fix misspellings in comments and docs.
by Andy Hill
· 11 years ago
34d94f2
openvswitch: fix variable names in comment
by Lorand Jakab
· 11 years ago
91b7514
openvswitch: Unify vport error stats handling.
by Pravin B Shelar
· 11 years ago
cbd531b
openvswitch: Remove unused get_config vport op.
by Jesse Gross
· 11 years ago
f44f340
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
by Jesse Gross
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 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
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
e0f0ecf
openvswitch: Use generic struct pcpu_tstats.
by Pravin B Shelar
· 12 years ago
8e4e171
openvswitch: Simplify datapath locking.
by Pravin B Shelar
· 12 years ago
b4f9e8c
openvswitch: datapath.h: Fix a stale comment.
by Andy Zhou
· 12 years ago
5d96335
openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attribute
by Thomas Graf
· 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
d3e1101
openvswitch: correct an invalid BUG_ON
by Hong Zhiguo
· 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
d176ca2
openvswitch: remove some useless comments
by Cong Wang
· 12 years ago
7b02408
openvswitch: fix the calculation of checksum for vlan header
by Cong Wang
· 12 years ago
17b682a
openvswitch: Fix parsing invalid LLC/SNAP ethertypes
by Rich Lane
· 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
fd50231
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
12b0004
net: adjust skb_gso_segment() for calling in rx path
by Cong Wang
· 12 years ago
d9d5908
openvswitch: Move LRO check from transmit to receive.
by Jesse Gross
· 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
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
03599c9
openvswitch: Avoid useless holes in struct vport
by Thomas Graf
· 12 years ago
9151991
openvswitch: Use eth_mac_addr() instead of duplicating it
by Thomas Graf
· 12 years ago
92eb1d4
openvswitch: Use RCU callback when detaching netdevices.
by Jesse Gross
· 12 years ago
39c7caeb
openvswitch: add skb mark matching and set action
by Ansis Atteka
· 12 years ago
404f2f1
net: openvswitch: use this_cpu_ptr per-cpu helper
by Shan Wei
· 12 years ago
3fdbd1c
openvswitch: add ipv6 'set' action
by Ansis Atteka
· 12 years ago
c061853
openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets.
by Mehak Mahajan
· 12 years ago
d04d382
openvswitch: Store flow key len if ARP opcode is not request or reply.
by Mehak Mahajan
· 12 years ago
c1c92b6
openvswitch: Print device when warning about over MTU packets.
by Jesse Gross
· 12 years ago
a2bf91b
net/openvswitch/vport.c: Remove unecessary semicolon
by Peter Senna Tschudin
· 12 years ago
b48b63a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
cefd81c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
15eac2a
openvswitch: Increase maximum number of datapath ports.
by Pravin B Shelar
· 12 years ago
c303aa9
openvswitch: Fix FLOW_BUFSIZE definition.
by Jesse Gross
· 12 years ago
39855b5
openvswitch: Fix typo
by Joe Stringer
· 12 years ago
80f0fd8
openvswitch: using kfree_rcu() to simplify the code
by Wei Yongjun
· 12 years ago
46df7b8
openvswitch: Add support for network namespaces.
by Pravin B Shelar
· 13 years ago
4185392
openvswitch: Relax set header validation.
by Jesse Gross
· 12 years ago
6081030
Revert "openvswitch: potential NULL deref in sample()"
by Jesse Gross
· 12 years ago
5b3e7e6
openvswitch: potential NULL deref in sample()
by Dan Carpenter
· 12 years ago
c073cfc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
a1b5d0d
openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().
by Ben Pfaff
· 12 years ago
92e5dfc
openvswitch: Check currect return value from skb_gso_segment()
by Pravin B Shelar
· 12 years ago
7fe99e2
openvswitch: Reset upper layer protocol info on internal devices.
by Jesse Gross
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
8aa51d6
openvswitch: checking wrong variable in queue_userspace_packet()
by Dan Carpenter
· 12 years ago
072ae63
openvswitch: Validation of IPv6 set port action uses IPv4 header
by Pravin B Shelar
· 13 years ago
caf2ee1
openvswitch: Replace Nicira Networks.
by Raju Subramanian
· 13 years ago
Next »