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-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
2015-01-02
ixgbe: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-1
/
+1
2015-01-02
igb: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-3
/
+2
2015-01-02
e1000e: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-2
/
+1
2015-01-02
bnx2x: convert to CYCLECOUNTER_MASK macro.
Richard Cochran
1
-1
/
+1
2015-01-02
timecounter: provide a macro to initialize the cyclecounter mask field.
Richard Cochran
1
-1
/
+4
2015-01-02
MAINTAINERS: Update Open vSwitch entry.
Pravin B Shelar
1
-1
/
+2
2015-01-02
Merge tag 'wireless-drivers-next-for-davem-2015-01-02' of git://git.kernel.or...
David S. Miller
36
-1337
/
+510
2015-01-02
net: ethernet: cisco: enic: enic_dev: Remove some unused functions
Rickard Strandqvist
2
-61
/
+0
2015-01-02
isdn: hisax: hfc4s8s_l1: Remove some unused functions
Rickard Strandqvist
1
-21
/
+0
2015-01-02
net: fddi: skfp: smt.c: Remove unused function
Rickard Strandqvist
1
-12
/
+0
2015-01-02
net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functions
Rickard Strandqvist
1
-16
/
+0
2015-01-02
net: skbuff: don't zero tc members when freeing skb
Florian Westphal
1
-7
/
+0
2015-01-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
37
-1778
/
+3082
2015-01-02
geneve: Add Geneve GRO support
Joe Stringer
1
-2
/
+95
2015-01-02
net: Add Transparent Ethernet Bridging GRO support.
Jesse Gross
3
-47
/
+102
2015-01-02
net/fsl: remove hardcoded clock setting from xgmac_mdio
Shaohui Xie
1
-14
/
+0
2015-01-02
net/fsl: remove irq assignment from xgmac_mdio
Shaohui Xie
1
-2
/
+1
2015-01-02
net/fsl: remove reset from xgmac_mdio
Shaohui Xie
1
-19
/
+0
2014-12-31
Merge branch 'gmac-next'
David S. Miller
10
-8
/
+633
2014-12-31
GMAC: add document for Rockchip RK3288 GMAC
Roger Chen
1
-0
/
+67
2014-12-31
ARM: dts: rockchip: enable gmac on RK3288 evb board
Roger Chen
2
-0
/
+40
2014-12-31
ARM: dts: rockchip: add gmac info for rk3288
Roger Chen
1
-0
/
+54
2014-12-31
GMAC: modify CRU config for Rockchip RK3288 SoCs integrated GMAC
Roger Chen
1
-7
/
+7
2014-12-31
GMAC: define clock ID used for GMAC
Roger Chen
1
-0
/
+3
2014-12-31
GMAC: add driver for Rockchip RK3288 SoCs integrated GMAC
Roger Chen
4
-1
/
+462
2014-12-31
igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.
David S. Miller
1
-0
/
+1
2014-12-31
e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.
David S. Miller
1
-0
/
+1
2014-12-31
Merge branch 'fib_trie-next'
David S. Miller
4
-1071
/
+946
2014-12-31
fib_trie: Add tracking value for suffix length
Alexander Duyck
1
-6
/
+116
2014-12-31
fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child
Alexander Duyck
1
-9
/
+5
2014-12-31
fib_trie: inflate/halve nodes in a more RCU friendly way
Alexander Duyck
1
-121
/
+115
2014-12-31
fib_trie: Push tnode flushing down to inflate/halve
Alexander Duyck
1
-53
/
+50
2014-12-31
fib_trie: Push assignment of child to parent down into inflate/halve
Alexander Duyck
1
-83
/
+66
2014-12-31
fib_trie: Add functions should_inflate and should_halve
Alexander Duyck
1
-86
/
+89
2014-12-31
fib_trie: Move resize to after inflate/halve
Alexander Duyck
1
-157
/
+154
2014-12-31
fib_trie: Push rcu_read_lock/unlock to callers
Alexander Duyck
4
-122
/
+114
2014-12-31
fib_trie: Use unsigned long for anything dealing with a shift by bits
Alexander Duyck
1
-27
/
+26
2014-12-31
fib_trie: Update meaning of pos to represent unchecked bits
Alexander Duyck
1
-113
/
+81
[next]