index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
main.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-08-21
net: emac: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: davinci_mdio: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: xilinx_emaclite: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-21
net: sunhme: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: sunbmac: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
net: fec_mpc52xx_phy: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-21
net: ucc_geth: remove unnecessary dev_set_drvdata()
Libo Chen
1
-1
/
+0
2013-08-21
net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()
Libo Chen
1
-2
/
+0
2013-08-21
tun: Get skfilter layout
Pavel Emelyanov
2
-0
/
+11
2013-08-21
tun: Allow to skip filter on attach
Pavel Emelyanov
2
-5
/
+8
2013-08-21
tun: Report whether the queue is attached or not
Pavel Emelyanov
1
-0
/
+3
2013-08-21
tun: Add ability to create tun device with given index
Pavel Emelyanov
2
-1
/
+21
2013-08-21
net/mlx4_en: Reduce scope of local variables in mlx4_en_xmit
Amir Vadai
1
-3
/
+7
2013-08-21
net/mlx4_en: Fix handling of dma_map failure
Amir Vadai
1
-35
/
+62
2013-08-21
net/mlx4_en: Notify user when TX ring in error state
Amir Vadai
1
-0
/
+9
2013-08-21
net/mlx4_en: Disable global flow control when PFC enabled
Eugenia Emantayev
1
-2
/
+2
2013-08-21
net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()
Amir Vadai
1
-6
/
+9
2013-08-21
qlcnic: Update version to 5.3.48
Himanshu Madhani
1
-2
/
+2
2013-08-21
qlcnic: Implement ndo_get_phys_port_id for 82xx adapter
Shahed Shaikh
7
-11
/
+63
2013-08-21
qlcnic: Enable diagnostic test for multiple Tx queues.
Himanshu Madhani
6
-14
/
+34
2013-08-21
qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.
Himanshu Madhani
8
-35
/
+145
2013-08-21
qlcnic: Multi Tx queue support for 82xx Series adapter.
Himanshu Madhani
8
-112
/
+487
2013-08-21
can: mcp251x: Allow tuning SPI mode and limit maximal SPI speed
Alexander Shiyan
1
-1
/
+5
2013-08-21
can: mcp251x: Eliminate irq_flags from driver platform_data
Alexander Shiyan
2
-10
/
+1
2013-08-21
can: mcp251x: Replace power callbacks with regulator API
Alexander Shiyan
4
-76
/
+69
2013-08-21
net/phy: micrel: Add OF configuration support for ksz9021
Sean Cross
2
-1
/
+151
2013-08-21
net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengths
Daniel Borkmann
1
-3
/
+6
2013-08-21
net: ipv6: minor: *_start_timer: rather use unsigned long
Daniel Borkmann
1
-5
/
+5
2013-08-21
net: ipv6: igmp6_event_query: use msecs_to_jiffies
Daniel Borkmann
1
-6
/
+5
2013-08-21
net: cpsw: Add support for wake-on-lan for cpsw
Matus Ujhelyi
1
-0
/
+25
2013-08-21
drivers: net: cpsw: remove platform data header file of cpsw
Mugunthan V N
2
-8
/
+6
2013-08-21
ip6_tunnel: ensure to always have a link local address
Nicolas Dichtel
2
-42
/
+18
2013-08-21
Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"
David S. Miller
1
-14
/
+10
2013-08-21
bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resource
Julia Lawall
1
-5
/
+5
2013-08-21
net: davinci_mdio: use platform_{get,set}_drvdata()
Libo Chen
1
-2
/
+1
2013-08-21
net: xilinx_emaclite: use platform_{get,set}_drvdata()
Libo Chen
1
-2
/
+1
2013-08-21
net: sunhme: use platform_{get,set}_drvdata()
Libo Chen
1
-1
/
+1
2013-08-21
net: sunbmac: use platform_{get,set}_drvdata()
Libo Chen
1
-1
/
+1
2013-08-21
net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()
Libo Chen
1
-2
/
+1
2013-08-21
net: ucc_geth: use platform_{get,set}_drvdata()
Libo Chen
1
-2
/
+1
2013-08-21
net: fsl_pq_mdio: use platform_{get,set}_drvdata()
Libo Chen
1
-1
/
+1
2013-08-21
sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'
Sergei Shtylyov
10
-18
/
+7
2013-08-21
sh_eth: get register layout from 'struct sh_eth_cpu_data'
Sergei Shtylyov
2
-1
/
+22
2013-08-21
SolutionEngine7724: fix Ether support
Sergei Shtylyov
1
-1
/
+3
2013-08-21
SH7619: fix Ether support
Sergei Shtylyov
1
-2
/
+10
2013-08-21
ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()
Dan Carpenter
1
-4
/
+4
2013-08-21
myri10ge: Add support for ndo_busy_poll
Hyong-Youb Kim
1
-2
/
+198
2013-08-21
ipv4: raise IP_MAX_MTU to theoretical limit
Eric Dumazet
1
-5
/
+3
2013-08-21
vhost: Include linux/uio.h instead of linux/socket.h
Asias He
1
-1
/
+1
2013-08-21
tcp: trivial: Remove nocache argument from tcp_v4_send_synack
Christoph Paasch
1
-3
/
+2
[next]