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
*
ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallback
Daniel Borkmann
2014-09-22
2
-11
/
+35
*
net: bpf: fix compiler warnings in test_bpf
Alexei Starovoitov
2014-09-22
1
-2
/
+2
*
net: sched: cls_u32 changes to knode must appear atomic to readers
John Fastabend
2014-09-22
1
-9
/
+126
*
net: cls_u32: fix missed pcpu_success free_percpu
John Fastabend
2014-09-22
1
-0
/
+13
*
bonding: remove the unnecessary notes for bond_xmit_broadcast()
dingtianhong
2014-09-22
1
-1
/
+0
*
bonding: slight optimization for bond_xmit_roundrobin()
dingtianhong
2014-09-22
1
-1
/
+1
*
udp: Need to make ip6_udp_tunnel.c have GPL license
Tom Herbert
2014-09-22
1
-0
/
+2
*
Merge branch 'be2net-next'
David S. Miller
2014-09-22
5
-41
/
+90
|
\
|
*
be2net: fix alignment on line wrap
Kalesh AP
2014-09-22
3
-10
/
+11
|
*
be2net: remove multiple assignments on a single line
Kalesh AP
2014-09-22
3
-8
/
+12
|
*
be2net: remove space after typecasts
Kalesh AP
2014-09-22
2
-5
/
+5
|
*
be2net: remove unnecessary blank lines after an open brace
Kalesh AP
2014-09-22
2
-5
/
+0
|
*
be2net: insert a blank line after function/struct//enum definitions
Kalesh AP
2014-09-22
2
-0
/
+5
|
*
be2net: remove multiple blank lines
Kalesh AP
2014-09-22
3
-4
/
+0
|
*
be2net: add blank line after declarations
Kalesh AP
2014-09-22
4
-0
/
+38
|
*
be2net: remove return statements for void functions
Kalesh AP
2014-09-22
2
-5
/
+0
|
*
be2net: add speed reporting for 20G-KR interface
Vasundhara Volam
2014-09-22
2
-0
/
+8
|
*
be2net: add speed reporting for 40G/KR interface
Kalesh AP
2014-09-22
1
-0
/
+7
|
*
be2net: fix sparse warnings in be_cmd_req_port_type{}
Suresh Reddy
2014-09-22
1
-2
/
+2
|
*
be2net: fix a sparse warning in be_cmd_modify_eqd()
Kalesh AP
2014-09-22
1
-2
/
+2
|
/
*
net: keep original skb which only needs header checking during software GSO
Jason Wang
2014-09-22
1
-3
/
+5
*
net: fec: fix code identation
Nimrod Andy
2014-09-22
1
-1
/
+1
*
Merge branch 'dsa-suspend'
David S. Miller
2014-09-22
6
-0
/
+296
|
\
|
*
net: dsa: bcm_sf2: add support for Wake-on-LAN
Florian Fainelli
2014-09-22
2
-0
/
+61
|
*
net: dsa: add {get, set}_wol callbacks to slave devices
Florian Fainelli
2014-09-22
2
-0
/
+31
|
*
net: dsa: bcm_sf2: add suspend/resume callbacks
Florian Fainelli
2014-09-22
1
-0
/
+85
|
*
net: dsa: allow switch drivers to implement suspend/resume hooks
Florian Fainelli
2014-09-22
4
-0
/
+119
|
/
*
Merge branch 'qlge'
David S. Miller
2014-09-22
2
-5
/
+5
|
\
|
*
Update qlge driver maintainers list
Harish Patil
2014-09-22
1
-3
/
+3
|
*
qlge: Fix compilation warning
Harish Patil
2014-09-22
1
-2
/
+2
|
/
*
am2150: Update nmclan_cs.c to use update PCMCIA API
Jeff Kirsher
2014-09-22
1
-1
/
+1
*
udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selected
Andy Zhou
2014-09-19
1
-1
/
+4
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2014-09-19
5
-88
/
+83
|
\
|
*
ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flags
Jacob Keller
2014-09-18
1
-2
/
+0
|
*
ixgbe: add warnings for other disabled features without MSI-X support
Jacob Keller
2014-09-18
1
-2
/
+5
|
*
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
2014-09-18
1
-7
/
+5
|
*
ixgbe: use e_dev_warn instead of e_err for displaying warning
Jacob Keller
2014-09-18
1
-2
/
+2
|
*
ixgbe: determine vector count inside ixgbe_acquire_msix_vectors
Jacob Keller
2014-09-18
1
-37
/
+37
|
*
ixgbe: move msix_entries allocation into ixgbe_acquire_msix_vectors
Jacob Keller
2014-09-18
1
-11
/
+13
|
*
ixgbe: return integer from ixgbe_acquire_msix_vectors
Jacob Keller
2014-09-18
1
-14
/
+18
|
*
ixgbe: use e_dev_warn instead of netif_printk
Jacob Keller
2014-09-18
1
-5
/
+5
|
*
ixgbe: Do not schedule an uninitialized workqueue entry
Mark Rustad
2014-09-18
1
-3
/
+4
|
*
ixgbe: remove useless bd_number from adapter struct
Ethan Zhao
2014-09-18
2
-6
/
+0
|
*
ixgbevf: remove useless bd_number from struct ixgbevf_adapter
Ethan Zhao
2014-09-18
2
-5
/
+0
*
|
Merge branch 'mlx4-next'
David S. Miller
2014-09-19
10
-22
/
+138
|
\
\
|
*
|
net/mlx4_en: Add mlx4_en_get_cqe helper
Ido Shamay
2014-09-19
4
-4
/
+11
|
*
|
net/mlx4_core: Cache line EQE size support
Ido Shamay
2014-09-19
1
-11
/
+19
|
*
|
net/mlx4_core: Enable CQE/EQE stride support
Ido Shamay
2014-09-19
5
-7
/
+108
|
/
/
*
|
net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH)
Sabrina Dubroca
2014-09-19
1
-6
/
+2
*
|
Merge branch 'fou-next'
David S. Miller
2014-09-19
14
-20
/
+802
|
\
\
[next]