index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-06
net: eth: xgene: change APM X-Gene SoC platform ethernet to support ACPI
Feng Kan
3
-44
/
+150
2015-01-06
net/fsl: Add mEMAC MDIO support to XGMAC MDIO
Andy Fleming
2
-12
/
+55
2015-01-06
ethtool: Extend ethtool plugin module eeprom API to phylib
Ed Swierk
2
-11
/
+43
2015-01-06
Driver: Vmxnet3: Make Rx ring 2 size configurable
Shrikrishna Khare
4
-10
/
+30
2015-01-06
arm_arch_timer: include clocksource.h directly
Richard Cochran
1
-0
/
+1
2015-01-06
cxgb4: Add PCI device ID for new T5 adapter
Hariprasad Shenai
1
-0
/
+1
2015-01-05
Merge branch 'rt_cong_ctrl'
David S. Miller
15
-85
/
+304
2015-01-05
net: tcp: add per route congestion control
Daniel Borkmann
5
-4
/
+57
2015-01-05
net: tcp: add RTAX_CC_ALGO fib handling
Daniel Borkmann
7
-8
/
+54
2015-01-05
net: tcp: add key management to congestion control
Daniel Borkmann
3
-18
/
+91
2015-01-05
net: tcp: refactor reinitialization of congestion control
Daniel Borkmann
1
-10
/
+14
2015-01-05
net: fib6: convert cfg metric to u32 outside of table write lock
Florian Westphal
3
-46
/
+90
2015-01-05
net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference
Daniel Borkmann
1
-7
/
+6
2015-01-05
net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined
Hubert Sokolowski
2
-3
/
+9
2015-01-05
Merge branch 'ip_cmsg_csum'
David S. Miller
9
-51
/
+120
2015-01-05
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
4
-2
/
+43
2015-01-05
ip: Add offset parameter to ip_cmsg_recv
Tom Herbert
2
-3
/
+9
2015-01-05
ip: IP cmsg cleanup
Tom Herbert
2
-28
/
+47
2015-01-05
ip: Move checksum convert defines to inet
Tom Herbert
6
-19
/
+22
2015-01-05
netlink: Warn on unordered or illegal nla_nest_cancel() or nlmsg_cancel()
Thomas Graf
1
-1
/
+3
2015-01-05
Merge branch 'cxgb4-next'
David S. Miller
19
-2325
/
+3151
2015-01-05
cxgb4/cxgb4vf/csiostor: Cleanup PL, XGMAC, SF and MC related register defines
Hariprasad Shenai
12
-514
/
+594
2015-01-05
cxgb4/csiostor: Cleanup TP, MPS and TCAM related register defines
Hariprasad Shenai
5
-412
/
+536
2015-01-05
cxgb4/cxg4vf/csiostor: Cleanup MC, MA and CIM related register defines
Hariprasad Shenai
8
-379
/
+588
2015-01-05
cxgb4/cxgb4vf/csiostor: Cleanup SGE and PCI related register defines
Hariprasad Shenai
13
-532
/
+766
2015-01-05
RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines
Hariprasad Shenai
12
-491
/
+670
2015-01-05
be2net: support TX batching using skb->xmit_more flag
Sathya Perla
4
-116
/
+133
2015-01-05
at86rf230: Constify struct regmap_config
Krzysztof Kozlowski
1
-1
/
+1
2015-01-04
list_nulls: fix missing header
Ying Xue
1
-0
/
+3
2015-01-04
rhashtable: fix missing header
Ying Xue
1
-0
/
+1
2015-01-04
qlcnic: Fix dump_skb output
Joe Perches
1
-8
/
+9
2015-01-04
enic: reconfigure resources for kdump crash kernel
Govindarajulu Varadarajan
2
-1
/
+18
2015-01-04
Merge branch 'geneve-next'
David S. Miller
2
-71
/
+35
2015-01-04
geneve: Check family when reusing sockets.
Jesse Gross
1
-4
/
+5
2015-01-04
geneve: Remove socket hash table.
Jesse Gross
2
-20
/
+8
2015-01-04
geneve: Simplify locking.
Jesse Gross
2
-34
/
+27
2015-01-04
geneve: Remove workqueue.
Jesse Gross
2
-20
/
+2
2015-01-03
Merge branch 'rhashtable-next'
David S. Miller
11
-355
/
+693
2015-01-03
netlink: Lockless lookup with RCU grace period in socket release
Thomas Graf
2
-16
/
+17
2015-01-03
rhashtable: Supports for nulls marker
Thomas Graf
3
-18
/
+79
2015-01-03
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
4
-153
/
+384
2015-01-03
spinlock: Add spin_lock_bh_nested()
Thomas Graf
4
-0
/
+19
2015-01-03
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
3
-37
/
+10
2015-01-03
rhashtable: Factor out bucket_tail() function
Thomas Graf
1
-9
/
+14
2015-01-03
rhashtable: Convert bucket iterators to take table and index
Thomas Graf
5
-79
/
+152
2015-01-03
rhashtable: Use rht_obj() instead of manual offset calculation
Thomas Graf
1
-2
/
+2
2015-01-03
rhashtable: Do hashing inside of rhashtable_lookup_compare()
Thomas Graf
4
-86
/
+61
2015-01-02
Merge branch 'timecounter-next'
David S. Miller
7
-8
/
+11
2015-01-02
microblaze: include the new timecounter header.
Richard Cochran
1
-0
/
+1
2015-01-02
mlx4: include clocksource.h again
Richard Cochran
1
-0
/
+1
[next]