Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
26b2da5ae5041e4a6d11a3d9cb1d1097c447d90d
/
net
/
openvswitch
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
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
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
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
· 12 years ago
caf2ee1
openvswitch: Replace Nicira Networks.
by Raju Subramanian
· 13 years ago
4cb6e11
openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed.
by Ansis Atteka
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
03fbf8b
openvswitch: Do not send notification if ovs_vport_set_options() failed
by Ansis Atteka
· 13 years ago
c55177e
openvswitch: Enable retrieval of TCP flags from IPv6 traffic.
by Jesse Gross
· 13 years ago
bf32fec
openvswitch: Add length check when retrieving TCP flags.
by Jesse Gross
· 13 years ago
028d6a6
openvswitch: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
81e5d41
openvswitch: Fix checksum update for actions on UDP packets.
by Jesse Gross
· 13 years ago
651a68e
openvswitch: Honor dp_ifindex, when specified, for vport lookup by name.
by Ben Pfaff
· 13 years ago
7ce5d22
net: use eth_hw_addr_random() and reset addr_assign_type
by Danny Kukawka
· 13 years ago
77676fd
openvswitch: Fix multipart datapath dumps.
by Ben Pfaff
· 13 years ago
2b2d465
net: kill duplicate included header
by Shan Wei
· 13 years ago
8d9d399
net: remove version.h includes in net/openvswitch/
by Devendra Naga
· 13 years ago
f0a98ae
openvswitch: small potential memory leak in ovs_vport_alloc()
by Dan Carpenter
· 13 years ago
ccb1352
net: Add Open vSwitch kernel components.
by Jesse Gross
· 13 years ago