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
*
bpf: fix cb access in socket filter programs
Alexei Starovoitov
2015-10-11
5
-18
/
+51
*
Merge branch 'net-non-modular'
David S. Miller
2015-10-09
4
-56
/
+13
|
\
|
*
drivers/net/ethernet: make ti/cpsw-phy-sel.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-6
/
+4
|
*
net/sched: make sch_blackhole.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-12
/
+3
|
*
net/dcb: make dcbnl.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-27
/
+3
|
*
net/core: make sock_diag.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-11
/
+3
|
/
*
Merge branch 'net-bool'
David S. Miller
2015-10-09
11
-61
/
+61
|
\
|
*
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
2015-10-09
2
-4
/
+4
|
*
net/inetdevice: bad_mask can be boolean
Yaowei Bai
2015-10-09
1
-4
/
+4
|
*
net/inetdevice: inet_ifa_match can be boolean
Yaowei Bai
2015-10-09
1
-1
/
+1
|
*
net/dccp: dccp_bad_service_code can be boolean
Yaowei Bai
2015-10-09
1
-2
/
+2
|
*
net/dccp: dccp_list_has_service can be boolean
Yaowei Bai
2015-10-09
1
-3
/
+3
|
*
net/can: can_dropped_invalid_skb can be boolean
Yaowei Bai
2015-10-09
1
-3
/
+3
|
*
net/nfnetlink: lockdep_nfnl_is_held can be boolean
Yaowei Bai
2015-10-09
2
-4
/
+4
|
*
net/ieee80211: ieee80211_is_* can be boolean
Yaowei Bai
2015-10-09
1
-38
/
+38
|
*
net/netlink: lockdep_genl_is_held can be boolean
Yaowei Bai
2015-10-09
2
-2
/
+2
|
/
*
Merge branch 'mlx-next'
David S. Miller
2015-10-09
8
-150
/
+194
|
\
|
*
net/mlx4_core: Fix resource tracker error flow in add_res_range
Saeed Mahameed
2015-10-09
1
-1
/
+3
|
*
net/mlx4_core: Fix mailbox leak in error flow when performing update qp
Jack Morgenstein
2015-10-09
1
-3
/
+3
|
*
net/mlx4_en: Add steering rules after RSS creation
Ido Shamay
2015-10-09
1
-64
/
+80
|
*
net/mlx5_core: Use private health thread for each device
Eli Cohen
2015-10-09
3
-55
/
+52
|
*
net/mlx5_core: Use accessor functions to read from device memory
Eli Cohen
2015-10-09
1
-13
/
+22
|
*
net/mlx5_core: Prepare cmd interface to system errors handling
Eli Cohen
2015-10-09
2
-3
/
+23
|
*
net/mlx5_core: Improve mlx5 messages
Eli Cohen
2015-10-09
1
-11
/
+11
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2015-10-09
23
-227
/
+567
|
\
|
*
i40e: print neato new features
Jesse Brandeburg
2015-10-08
1
-0
/
+3
|
*
i40e/i40evf: pass QOS handle to VF
Mitch Williams
2015-10-08
3
-2
/
+6
|
*
i40evf: use capabilities flags properly
Mitch Williams
2015-10-08
1
-2
/
+7
|
*
i40e: refactor code to remove indent
Jesse Brandeburg
2015-10-08
1
-40
/
+42
|
*
i40e/i40evf: clean up some code
Jesse Brandeburg
2015-10-08
17
-103
/
+124
|
*
i40evf: detect reset more reliably
Mitch Williams
2015-10-08
1
-20
/
+16
|
*
i40e: Support FW CEE DCB UP to TC map nibble swap
Greg Bowers
2015-10-08
1
-5
/
+8
|
*
i40e/i40evf: Explicitly assign enum index for VSI type
Serey Kong
2015-10-08
2
-16
/
+16
|
*
i40e: add switch for link polling
Shannon Nelson
2015-10-08
3
-3
/
+29
|
*
i40e: Fix multiple link up messages
Matt Jared
2015-10-08
3
-3
/
+8
|
*
i40e: Fix for extra Flow Director filter in table after error
Carolyn Wyborny
2015-10-08
3
-1
/
+17
|
*
i40e/i40evf: Store CEE DCBX DesiredCfg and RemoteCfg
Neerav Parikh
2015-10-08
3
-12
/
+42
|
*
i40e: Add parsing for CEE DCBX TLVs
Neerav Parikh
2015-10-08
2
-0
/
+218
|
*
i40e: add more verbose error messages
Mitch Williams
2015-10-08
1
-1
/
+3
|
*
i40e: inline interrupt enable
Jesse Brandeburg
2015-10-08
2
-19
/
+18
|
*
i40e: fix erroneous WARN_ON
Jesse Brandeburg
2015-10-08
1
-0
/
+10
|
/
*
Merge branch 'bpf_random32'
David S. Miller
2015-10-08
12
-96
/
+187
|
\
|
*
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
2015-10-08
5
-13
/
+35
|
*
random32: add prandom_init_once helper for own rngs
Daniel Borkmann
2015-10-08
2
-1
/
+7
|
*
random32: add prandom_seed_full_state helper
Daniel Borkmann
2015-10-08
1
-16
/
+21
|
*
once: make helper generic for calling functions once
Hannes Frederic Sowa
2015-10-08
2
-35
/
+76
|
*
net: move net_get_random_once to lib
Hannes Frederic Sowa
2015-10-08
5
-67
/
+84
|
/
*
net: Do not drop to make_route if oif is l3mdev
David Ahern
2015-10-08
1
-1
/
+2
*
bpf, skb_do_redirect: clear sender_cpu before xmit
Daniel Borkmann
2015-10-08
1
-0
/
+1
*
net: hns: fix 32-bit build warning
Arnd Bergmann
2015-10-08
1
-6
/
+6
[next]