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
*
batman-adv: rearrange batadv_neigh_node_new() arguments to follow convention
Marek Lindner
2015-08-27
3
-6
/
+8
*
batman-adv: remove obsolete deleted attribute for gateway node
Simon Wunderlich
2015-08-27
5
-41
/
+14
*
batman-adv: move neigh_node list add into batadv_neigh_node_new()
Marek Lindner
2015-08-27
2
-20
/
+13
*
batman-adv: remove redundant hard_iface assignment
Marek Lindner
2015-08-27
1
-1
/
+0
*
batman-adv: move hardif refcount inc to batadv_neigh_node_new()
Marek Lindner
2015-08-27
2
-6
/
+6
*
bpf: fix bpf_skb_set_tunnel_key() helper
Alexei Starovoitov
2015-08-26
1
-0
/
+1
*
Merge branch 'act_bpf_lockless'
David S. Miller
2015-08-26
6
-30
/
+61
|
\
|
*
net_sched: act_bpf: remove spinlock in fast path
Alexei Starovoitov
2015-08-26
2
-18
/
+20
|
*
net_sched: convert rsvp to call tcf_exts_destroy from rcu callback
Alexei Starovoitov
2015-08-26
1
-4
/
+14
|
*
net_sched: convert tcindex to call tcf_exts_destroy from rcu callback
Alexei Starovoitov
2015-08-26
1
-4
/
+25
|
*
net_sched: act_bpf: remove unnecessary copy
Alexei Starovoitov
2015-08-26
1
-1
/
+1
|
*
net_sched: make tcf_hash_destroy() static
Alexei Starovoitov
2015-08-26
2
-3
/
+1
|
/
*
lib/Makefile: remove CONFIG_AVERAGE build rule
Valentin Rothberg
2015-08-26
1
-2
/
+0
*
Merge branch 'dsa-docs'
David S. Miller
2015-08-25
2
-0
/
+729
|
\
|
*
Documentation: networking: dsa: Add Broadcom SF2 document
Florian Fainelli
2015-08-25
1
-0
/
+114
|
*
Documentation: networking: add a DSA document
Florian Fainelli
2015-08-25
1
-0
/
+615
|
/
*
Merge branch 'rds-more-fixes'
David S. Miller
2015-08-25
5
-17
/
+50
|
\
|
*
RDS: remove superfluous from rds_ib_alloc_fmr()
santosh.shilimkar@oracle.com
2015-08-25
1
-2
/
+0
|
*
RDS: flush the FMR pool less often
santosh.shilimkar@oracle.com
2015-08-25
1
-1
/
+1
|
*
RDS: push FMR pool flush work to its own worker
santosh.shilimkar@oracle.com
2015-08-25
3
-4
/
+34
|
*
RDS: fix fmr pool dirty_count
Wengang Wang
2015-08-25
1
-6
/
+9
|
*
RDS: Fix rds MR reference count in rds_rdma_unuse()
santosh.shilimkar@oracle.com
2015-08-25
1
-2
/
+3
|
*
RDS: fix the dangling reference to rds_ib_incoming_slab
santosh.shilimkar@oracle.com
2015-08-25
1
-2
/
+3
|
/
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2015-08-25
37
-679
/
+733
|
\
|
*
batman-adv: beautify supported routing algorithm list
Marek Lindner
2015-08-25
1
-1
/
+1
|
*
batman-adv: Fix conditional statements indentation
Sven Eckelmann
2015-08-25
1
-1
/
+1
|
*
batman-adv: Add lockdep_asserts for documented external locks
Sven Eckelmann
2015-08-25
3
-0
/
+11
|
*
batman-adv: Annotate deleting functions with external lock via lockdep
Sven Eckelmann
2015-08-25
4
-5
/
+25
|
*
batman-adv: convert bat_priv->tt.req_list to hlist
Marek Lindner
2015-08-25
3
-16
/
+19
|
*
batman-adv: Fix gw_bandwidth calculation on 32 bit systems
Sven Eckelmann
2015-08-25
1
-7
/
+42
|
*
batman-adv: Return EINVAL on invalid gw_bandwidth change
Sven Eckelmann
2015-08-25
1
-2
/
+2
|
*
batman-adv: prevent potential hlist double deletion
Marek Lindner
2015-08-25
1
-1
/
+1
|
*
batman-adv: convert orig_node->vlan_list to hlist
Marek Lindner
2015-08-25
3
-9
/
+10
|
*
batman-adv: Remove batadv_ types forward declarations
Sven Eckelmann
2015-08-25
11
-27
/
+0
|
*
batman-adv: rename batadv_new_tt_req_node to batadv_tt_req_node_new
Marek Lindner
2015-08-25
1
-4
/
+9
|
*
batman-adv: update kernel doc of batadv_tt_global_del_orig_entry()
Marek Lindner
2015-08-25
1
-6
/
+12
|
*
batman-adv: Remove multiple assignment per line
Sven Eckelmann
2015-08-25
7
-17
/
+39
|
*
batman-adv: Fix kerneldoc over 80 column lines
Sven Eckelmann
2015-08-25
2
-4
/
+4
|
*
batman-adv: Replace C99 int types with kernel type
Sven Eckelmann
2015-08-25
30
-585
/
+563
*
|
enic: reduce ioread in devcmd2
Govindarajulu Varadarajan
2015-08-25
2
-3
/
+6
*
|
r8169: Add values missing in @get_stats64 from HW counters
Corinna Vinschen
2015-08-25
1
-14
/
+149
*
|
rds: Fix improper gfp_t usage.
David S. Miller
2015-08-25
1
-1
/
+1
*
|
MAINTAINERS: update vmxnet3 driver maintainer
Shrikrishna Khare
2015-08-25
1
-1
/
+1
*
|
vxlan: fix multiple inclusion of vxlan.h
Jiri Benc
2015-08-25
1
-1
/
+2
*
|
MAINTAINERS: Add VRF entry
David Ahern
2015-08-25
1
-0
/
+8
*
|
route: fix a use-after-free
WANG Cong
2015-08-25
1
-1
/
+2
*
|
net-next: Fix warning while make xmldocs caused by skbuff.c
Masanari Iida
2015-08-25
1
-2
/
+2
*
|
ppp: implement x-netns support
Guillaume Nault
2015-08-25
1
-2
/
+15
*
|
net: sun4i-emac: Claim emac sram
Hans de Goede
2015-08-25
1
-2
/
+11
*
|
inetpeer: remove dead code
David Ahern
2015-08-25
1
-67
/
+0
[next]