index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.help
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
mISDN: Order IPAC register defines
Maciej S. Szmigiero
1
-20
/
+20
2016-03-14
sh_eth: kill useless initializers
Sergei Shtylyov
1
-9
/
+9
2016-03-14
net: mvneta: replace magic numbers by existing macros
Dmitri Epshtein
1
-2
/
+2
2016-03-14
net: mvneta: fix error messages in mvneta_port_down function
Dmitri Epshtein
1
-2
/
+2
2016-03-14
net: mvneta: enable change MAC address when interface is up
Dmitri Epshtein
1
-1
/
+1
2016-03-14
net: mvneta: Fix spinlock usage
Gregory CLEMENT
1
-5
/
+6
2016-03-14
bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict
Florian Westphal
1
-9
/
+7
2016-03-14
phy: fixed: Fix removal of phys.
Andrew Lunn
3
-8
/
+12
2016-03-14
dsa: dsa: Fix freeing of fixed-phys from user ports.
Andrew Lunn
1
-3
/
+0
2016-03-14
dsa: Destroy fixed link phys after the phy has been disconnected
Andrew Lunn
1
-12
/
+12
2016-03-14
dsa: slave: Don't reference NULL pointer during phy_disconnect
Andrew Lunn
1
-4
/
+8
2016-03-14
dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistent
Andrew Lunn
10
-23
/
+23
2016-03-14
of_mdio: use PTR_ERR_OR_ZERO()
Sergei Shtylyov
1
-3
/
+3
2016-03-14
of_mdio: use IS_ERR_OR_NULL()
Sergei Shtylyov
1
-1
/
+1
2016-03-14
of_mdio: mdio_device_create() never returns NULL
Sergei Shtylyov
1
-1
/
+1
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
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
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
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
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
Alexander Duyck
1
-5
/
+10
2016-03-14
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
18
-29
/
+21
2016-03-14
ipv4: Update parameters for csum_tcpudp_magic to their original types
Alexander Duyck
34
-150
/
+106
2016-03-14
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
3
-2
/
+18
2016-03-14
macsec: introduce IEEE 802.1AE driver
Sabrina Dubroca
3
-0
/
+3305
[next]