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
*
samples/pktgen: Correct comments about the thread config
Ben Hutchings
2015-02-23
8
-8
/
+9
*
samples/pktgen: Delete unused function pg()
Ben Hutchings
2015-02-23
8
-40
/
+0
*
samples/pktgen: Add sample scripts for pktgen facility
Ben Hutchings
2015-02-23
9
-6
/
+584
*
pktgen: Fix grammar errors and some poor wording in documentation
Ben Hutchings
2015-02-23
1
-26
/
+30
*
pktgen: Delete the original date from documentation
Ben Hutchings
2015-02-23
1
-2
/
+0
*
Merge branch 'be2net-next'
David S. Miller
2015-02-23
3
-410
/
+303
|
\
|
*
be2net: move be_func_init() call inside be_setup()
Sathya Perla
2015-02-23
1
-46
/
+42
|
*
be2net: refactor adapter resource cleanup sequence into be_cleanup()
Kalesh AP
2015-02-23
1
-24
/
+16
|
*
be2net: refactor adapter resource initialzation sequence into be_resume()
Kalesh AP
2015-02-23
1
-35
/
+21
|
*
be2net: remove code duplication relating to Lancer reset sequence
Sathya Perla
2015-02-23
2
-117
/
+55
|
*
be2net: refactor error detect/recovery function
Kalesh AP
2015-02-23
1
-14
/
+17
|
*
be2net: use a wrapper to schedule and cancel error detection task
Sathya Perla
2015-02-23
2
-16
/
+32
|
*
be2net: refactor function initalization sequence into be_func_init()
Sathya Perla
2015-02-23
2
-44
/
+36
|
*
be2net: get rid of be_get_initial_config() call from be_probe()
Sathya Perla
2015-02-23
1
-25
/
+13
|
*
be2net: move adapter fields alloc/free code to new routines
Sathya Perla
2015-02-23
1
-213
/
+195
|
/
*
bridge: add vlan info to bridge setlink and dellink notification messages
Roopa Prabhu
2015-02-22
1
-22
/
+24
*
net: __aligned(size) is preferred over __attribute__((aligned(size)))
Ameen Ali
2015-02-22
1
-5
/
+5
*
batman-adv: Fix use of seq_has_overflowed()
Joe Perches
2015-02-22
1
-1
/
+1
*
net: Remove state argument from skb_find_text()
Bojan Prtvar
2015-02-22
5
-18
/
+10
*
ethtool: use "ops" name consistenty in ethtool_set_rxfh()
Dan Carpenter
2015-02-21
1
-1
/
+1
*
ipv6: Replace "#include <asm/uaccess>" with "#include <linux/uaccess>"
Alex W Slater
2015-02-21
1
-1
/
+1
*
Merge branch 'bna-next'
David S. Miller
2015-02-21
31
-102
/
+130
|
\
|
*
bna: Update the Driver and Firmware Version
Rasesh Mody
2015-02-21
2
-3
/
+3
|
*
bna: QLogic BR-series Adapters Driver Rebranding
Rasesh Mody
2015-02-21
31
-99
/
+127
|
/
*
sunvnet: failed trigger should not cause BUG_ON()
David L Stevens
2015-02-20
1
-0
/
+2
*
bonding: simple code refactor
Mahesh Bandewar
2015-02-20
1
-4
/
+2
*
net: macb: Add big endian CPU support
Arun Chandran
2015-02-20
2
-13
/
+20
*
Merge branch 'bnx2x-next'
David S. Miller
2015-02-20
6
-23
/
+21
|
\
|
*
bnx2-cnic: Driver Version Update
Rasesh Mody
2015-02-20
2
-4
/
+4
|
*
bnx2: Fix for Chip Initialization
Rasesh Mody
2015-02-20
1
-2
/
+0
|
*
bnx2-cnic: Driver Rebranding Changes
Rasesh Mody
2015-02-20
6
-17
/
+17
|
/
*
igmp: add __ip_mc_{join|leave}_group()
Eric Dumazet
2015-02-20
2
-18
/
+36
*
hso: always read interface number from the current altsetting
Aleksander Morgado
2015-02-20
1
-4
/
+9
*
Merge branch 'ppc_bpf'
David S. Miller
2015-02-20
7
-66
/
+124
|
\
|
*
ppc: Kconfig: Enable BPF JIT on ppc32
Denis Kirjanov
2015-02-20
1
-1
/
+1
|
*
ppc: bpf: Add SKF_AD_CPU for ppc32
Denis Kirjanov
2015-02-20
2
-13
/
+18
|
*
ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.S
Denis Kirjanov
2015-02-20
2
-1
/
+1
|
*
ppc: bpf: update jit to use compatibility macros
Denis Kirjanov
2015-02-20
3
-51
/
+98
|
*
ppc: bpf: add reqired opcodes for ppc32
Denis Kirjanov
2015-02-20
1
-0
/
+2
|
*
ppc: bpf: add required compatibility macros for jit
Denis Kirjanov
2015-02-20
1
-0
/
+4
|
/
*
batman-adv: Remove uses of return value of seq_printf
Joe Perches
2015-02-20
1
-9
/
+10
*
tcp: silence registration message
stephen hemminger
2015-02-20
1
-1
/
+1
*
Merge branch 'be2net-next'
David S. Miller
2015-02-20
2
-103
/
+231
|
\
|
*
be2net: Add a few inline functions to test TXQ conditions
Sriharsha Basavapatna
2015-02-20
1
-4
/
+18
|
*
be2net: Minor code cleanup in tx completion process
Sriharsha Basavapatna
2015-02-20
2
-23
/
+31
|
*
be2net: Refactor be_xmit_enqueue() routine
Sriharsha Basavapatna
2015-02-20
1
-40
/
+86
|
*
be2net: Refactor wrb_fill_hdr() routine
Sriharsha Basavapatna
2015-02-20
2
-39
/
+99
|
/
*
Merge branch 'mv88e6171_indirect_phy'
David S. Miller
2015-02-19
4
-73
/
+81
|
\
|
*
net: dsa: mv88e6171: Enable access to phys via internal mdio bus
Andrew Lunn
2015-02-19
1
-8
/
+10
|
*
net: dsa: mv88e6352: Refactor shareable code
Andrew Lunn
2015-02-19
3
-65
/
+71
|
/
[next]