index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/Makefile: remove CONFIG_AVERAGE build rule
Valentin Rothberg
2015-08-26
1
-2
/
+0
*
Merge branch 'dsa-docs'
David S. Miller
2015-08-26
2
-0
/
+729
|
\
|
*
Documentation: networking: dsa: Add Broadcom SF2 document
Florian Fainelli
2015-08-26
1
-0
/
+114
|
*
Documentation: networking: add a DSA document
Florian Fainelli
2015-08-26
1
-0
/
+615
|
/
*
Merge branch 'rds-more-fixes'
David S. Miller
2015-08-26
5
-17
/
+50
|
\
|
*
RDS: remove superfluous from rds_ib_alloc_fmr()
santosh.shilimkar@oracle.com
2015-08-26
1
-2
/
+0
|
*
RDS: flush the FMR pool less often
santosh.shilimkar@oracle.com
2015-08-26
1
-1
/
+1
|
*
RDS: push FMR pool flush work to its own worker
santosh.shilimkar@oracle.com
2015-08-26
3
-4
/
+34
|
*
RDS: fix fmr pool dirty_count
Wengang Wang
2015-08-26
1
-6
/
+9
|
*
RDS: Fix rds MR reference count in rds_rdma_unuse()
santosh.shilimkar@oracle.com
2015-08-26
1
-2
/
+3
|
*
RDS: fix the dangling reference to rds_ib_incoming_slab
santosh.shilimkar@oracle.com
2015-08-26
1
-2
/
+3
|
/
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2015-08-26
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-26
2
-3
/
+6
*
|
r8169: Add values missing in @get_stats64 from HW counters
Corinna Vinschen
2015-08-26
1
-14
/
+149
*
|
rds: Fix improper gfp_t usage.
David S. Miller
2015-08-26
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
*
|
net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue
Rana Shahout
2015-08-25
3
-6
/
+6
*
|
ah4: Fix error return in ah_input().
David S. Miller
2015-08-25
1
-1
/
+3
*
|
ah6: fix error return code
Julia Lawall
2015-08-25
1
-1
/
+3
*
|
mlxsw: fix error return code
Julia Lawall
2015-08-25
1
-0
/
+1
*
|
net: davinci_emac: fix error return code
Julia Lawall
2015-08-25
1
-1
/
+3
*
|
Merge branch 'rds-assorted-bug-fixes'
David S. Miller
2015-08-25
11
-38
/
+153
|
\
\
|
*
|
RDS: check for valid cm_id before initiating connection
santosh.shilimkar@oracle.com
2015-08-25
1
-2
/
+13
|
*
|
RDS: return EMSGSIZE for oversize requests before processing/queueing
Mukesh Kacker
2015-08-25
1
-5
/
+6
|
*
|
RDS: make sure rds_send_drop_to properly takes the m_rs_lock
santosh.shilimkar@oracle.com
2015-08-25
1
-1
/
+15
|
*
|
RDS: Don't destroy the rdma id until after we're done using it
Santosh Shilimkar
2015-08-25
1
-1
/
+2
|
*
|
RDS: Fix assertion level from fatal to warning
santosh.shilimkar@oracle.com
2015-08-25
2
-2
/
+2
|
*
|
RDS: Make sure we do a signaled send for large-send
santosh.shilimkar@oracle.com
2015-08-25
1
-0
/
+5
[next]