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
2016-03-14
phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
David Daney
4
-2
/
+225
2016-03-14
phy: mdio-octeon: Refactor into two files/modules
David Daney
5
-268
/
+292
2016-03-14
net: thunderx: Cleanup PHY probing code.
David Daney
1
-11
/
+18
2016-03-14
net: mvneta: Add missing hotplug notifier transition
Anna-Maria Gleixner
1
-0
/
+2
2016-03-14
fsl/fman: fix dtsec_set_tx_pause_frames
Igal Liberman
1
-4
/
+3
2016-03-14
Documentation: networking: phy.txt: Add missing functions
Florian Fainelli
1
-0
/
+10
2016-03-14
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
Martin KaFai Lau
9
-4
/
+34
2016-03-14
vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()
Arnd Bergmann
1
-4
/
+4
2016-03-14
Merge branch 'net-gcc60-fixes'
David S. Miller
5
-9
/
+9
2016-03-14
net: caif: fix misleading indentation
Arnd Bergmann
1
-1
/
+1
2016-03-14
ath9k: fix misleading indentation
Arnd Bergmann
1
-2
/
+2
2016-03-14
ath9k: fix buffer overrun for ar9287
Arnd Bergmann
1
-4
/
+3
2016-03-14
farsync: fix off-by-one bug in fst_add_one
Arnd Bergmann
1
-1
/
+1
2016-03-14
mlx4: add missing braces in verify_qp_parameters
Arnd Bergmann
1
-1
/
+2
2016-03-14
net: mediatek: check device_reset return code
Arnd Bergmann
1
-1
/
+3
2016-03-14
net: mediatek: remove incorrect dma_mask assignment
Arnd Bergmann
1
-3
/
+0
2016-03-14
net: mediatek: use dma_addr_t correctly
Arnd Bergmann
1
-1
/
+1
2016-03-14
net: Fix use after free in the recvmmsg exit path
Arnaldo Carvalho de Melo
1
-19
/
+19
2016-03-14
Merge branch 'thunderx-perf'
David S. Miller
2
-29
/
+53
2016-03-14
net: thunderx: Adjust nicvf structure to reduce cache misses
Sunil Goutham
1
-22
/
+30
2016-03-14
net: thunderx: Set recevie buffer page usage count in bulk
Sunil Goutham
2
-8
/
+24
2016-03-14
tipc: make sure IPv6 header fits in skb headroom
Richard Alpe
1
-1
/
+1
2016-03-14
Merge branch 'mvneta-hwbm'
David S. Miller
25
-47
/
+1568
2016-03-14
net: mvneta: Use the new hwbm framework
Gregory CLEMENT
4
-112
/
+49
2016-03-14
net: add a hardware buffer management helper API
Gregory CLEMENT
4
-0
/
+119
2016-03-14
net: mvneta: bm: add support for hardware buffer management
Marcin Wojtas
7
-39
/
+1285
2016-03-14
bus: mvebu-mbus: provide api for obtaining IO and DRAM window information
Marcin Wojtas
2
-0
/
+55
2016-03-14
ARM: dts: armada-xp-openblocks-ax3-4: Add BM support
Gregory CLEMENT
1
-1
/
+18
2016-03-14
ARM: dts: armada-xp: enable buffer manager support on Armada XP boards
Marcin Wojtas
2
-2
/
+36
2016-03-14
ARM: dts: armada-xp: add buffer manager nodes
Marcin Wojtas
1
-0
/
+19
2016-03-14
ARM: dts: armada-38x: enable buffer manager support on Armada 38x boards
Marcin Wojtas
5
-4
/
+71
2016-03-14
ARM: dts: armada-38x: add buffer manager nodes
Marcin Wojtas
1
-0
/
+19
2016-03-14
misc: sram: add optional ioremap without write combining
Marcin Wojtas
2
-1
/
+9
2016-03-14
Merge tag 'wireless-drivers-next-for-davem-2016-03-14' of git://git.kernel.or...
David S. Miller
38
-719
/
+4419
2016-03-13
Merge branch 'ipv4-ipv6-csums'
David S. Miller
40
-184
/
+137
2016-03-13
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
Alexander Duyck
1
-5
/
+10
2016-03-13
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
18
-29
/
+21
2016-03-13
ipv4: Update parameters for csum_tcpudp_magic to their original types
Alexander Duyck
34
-150
/
+106
2016-03-13
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
3
-2
/
+18
2016-03-13
Merge tag 'nfc-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
6
-59
/
+10
2016-03-13
Merge branch 'macsec'
David S. Miller
8
-0
/
+3505
2016-03-13
macsec: introduce IEEE 802.1AE driver
Sabrina Dubroca
3
-0
/
+3305
2016-03-13
net: add MACsec netdevice priv_flags and helper
Sabrina Dubroca
1
-0
/
+8
2016-03-13
uapi: add MACsec bits
Sabrina Dubroca
4
-0
/
+192
2016-03-13
net: socket: use pr_info_once to tip the obsolete usage of PF_PACKET
liping.zhang
1
-6
/
+2
2016-03-13
at803x: fix suspend/resume for SGMII link
Zefir Kurtisi
1
-0
/
+26
2016-03-13
Merge branch 'net-more-bulk-free-users'
David S. Miller
5
-12
/
+15
2016-03-13
mlx5: use napi_consume_skb API to get bulk free operations
Jesper Dangaard Brouer
3
-4
/
+4
2016-03-13
mlx4: use napi_consume_skb API to get bulk free operations
Jesper Dangaard Brouer
1
-6
/
+9
2016-03-13
net: adjust napi_consume_skb to handle non-NAPI callers
Jesper Dangaard Brouer
1
-2
/
+2
[next]