index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: properly handle stretch acks in slow start
Yuchung Cheng
2013-11-04
16
-82
/
+59
*
tcp: enable sockets to use MSG_FASTOPEN by default
Yuchung Cheng
2013-11-04
2
-3
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-11-04
5
-11
/
+52
|
\
|
*
netfilter: nft_compat: use _safe version of list_for_each
Dan Carpenter
2013-11-04
1
-4
/
+4
|
*
netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.c
Wei Yongjun
2013-11-03
1
-1
/
+0
|
*
netfilter: bridge: nf_tables: add filter chain type
Pablo Neira Ayuso
2013-10-28
1
-2
/
+39
|
*
netfilter: nft_nat: Fix endianness issue reported by sparse
Tomasz Bursztyka
2013-10-28
1
-4
/
+8
|
*
netfilter: bridge: fix nf_tables bridge dependencies with main core
Pablo Neira Ayuso
2013-10-28
1
-0
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
2013-11-04
25
-198
/
+305
|
\
\
|
*
|
netfilter: ctnetlink: account both directions in one step
Holger Eitzenberger
2013-11-03
1
-25
/
+24
|
*
|
netfilter: introduce nf_conn_acct structure
Holger Eitzenberger
2013-11-03
6
-24
/
+38
|
*
|
net: ipvs: sctp: do not recalc sctp csum when ports didn't change
Daniel Borkmann
2013-10-30
1
-6
/
+33
|
*
|
net: ipvs: sctp: add missing verdict assignments in sctp_conn_schedule
Daniel Borkmann
2013-10-28
1
-2
/
+7
|
*
|
bridge: netfilter: orphan skb before invoking ip netfilter hooks
Florian Westphal
2013-10-27
1
-0
/
+2
|
*
|
netfilter: ipset: remove duplicate define
Michael Opdenacker
2013-10-27
1
-1
/
+0
|
*
|
netfilter:ipset: Fix memory allocation for bitmap:port
Jozsef Kadlecsik
2013-10-27
1
-1
/
+1
|
*
|
netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets
Stanislav Fomichev
2013-10-23
1
-4
/
+3
|
*
|
netfilter: ipset: The unnamed union initialization may lead to compilation error
Jozsef Kadlecsik
2013-10-22
2
-24
/
+20
|
*
|
netfilter: ipset: Use netlink callback dump args only
Jozsef Kadlecsik
2013-10-22
5
-54
/
+68
|
*
|
netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIP
Gao feng
2013-10-17
1
-4
/
+6
|
*
|
netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directory
Gao feng
2013-10-17
1
-1
/
+1
|
*
|
netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_get
Gao feng
2013-10-17
1
-6
/
+6
|
*
|
netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespace
Gao feng
2013-10-17
1
-7
/
+11
|
*
|
netfilter: ipt_CLUSTERIP: make clusterip_list per net namespace
Gao feng
2013-10-17
1
-5
/
+7
|
*
|
netfilter: ipt_CLUSTERIP: make proc directory per net namespace
Gao feng
2013-10-17
1
-19
/
+51
|
*
|
netfilter: xt_socket: use sock_gen_put()
Eric Dumazet
2013-10-17
1
-11
/
+2
|
*
|
ipvs: improved SH fallback strategy
Alexander Frolkin
2013-10-15
1
-10
/
+29
|
*
|
ipvs: avoid rcu_barrier during netns cleanup
Julian Anastasov
2013-10-15
4
-7
/
+9
|
*
|
ipvs: fix the IPVS_CMD_ATTR_MAX definition
Julian Anastasov
2013-10-15
1
-1
/
+1
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2013-11-04
13
-2291
/
+2511
|
\
\
\
|
*
|
|
openvswitch: Use flow hash during flow lookup operation.
Pravin B Shelar
2013-11-01
1
-1
/
+1
|
*
|
|
openvswitch: TCP flags matching support.
Jarno Rajahalme
2013-11-01
4
-2
/
+34
|
*
|
|
openvswitch: Widen TCP flags handling.
Jarno Rajahalme
2013-11-01
3
-7
/
+5
|
*
|
|
openvswitch: Enable all GSO features on internal port.
Pravin B Shelar
2013-11-01
1
-1
/
+1
|
*
|
|
openvswitch: collect mega flow mask stats
Andy Zhou
2013-10-22
5
-12
/
+67
|
*
|
|
openvswitch: Simplify mega-flow APIs.
Pravin B Shelar
2013-10-04
3
-88
/
+89
|
*
|
|
openvswitch: Move mega-flow list out of rehashing struct.
Pravin B Shelar
2013-10-04
4
-165
/
+155
|
*
|
|
openvswitch: Restructure datapath.c and flow.c
Pravin B Shelar
2013-10-03
9
-2181
/
+2354
|
*
|
|
openvswitch: remove duplicated include from vport-gre.c
Wei Yongjun
2013-09-23
1
-2
/
+0
|
*
|
|
openvswitch: remove duplicated include from vport-vxlan.c
Wei Yongjun
2013-09-23
1
-1
/
+0
|
*
|
|
openvswitch: Move flow table rehashing to flow install.
Pravin B Shelar
2013-09-17
2
-39
/
+13
*
|
|
|
Merge branch 'mlx4'
David S. Miller
2013-11-04
11
-120
/
+675
|
\
\
\
\
|
*
|
|
|
net/mlx4_core: Implement resource quota enforcement
Jack Morgenstein
2013-11-04
2
-13
/
+173
|
*
|
|
|
net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper
Jack Morgenstein
2013-11-04
1
-23
/
+65
|
*
|
|
|
mlx4: Structures and init/teardown for VF resource quotas
Jack Morgenstein
2013-11-04
7
-23
/
+222
|
*
|
|
|
net/mlx4_core: Fix checking order in MR table init
Jack Morgenstein
2013-11-04
1
-3
/
+3
|
*
|
|
|
net/mlx4_core: Don't fail reg/unreg vlan for older guests
Jack Morgenstein
2013-11-04
3
-1
/
+18
|
*
|
|
|
net/mlx4_core: Resource tracker for reg/unreg vlans
Jack Morgenstein
2013-11-04
1
-6
/
+121
|
*
|
|
|
net/mlx4_en: Use vlan id instead of vlan index for unregistration
Jack Morgenstein
2013-11-04
6
-21
/
+20
|
*
|
|
|
net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec
Jack Morgenstein
2013-11-04
3
-25
/
+49
[next]