index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
noinitramfs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-01
crypto: algif - use kmalloc instead of kzalloc
Tadeusz Struk
1
-1
/
+1
2015-04-01
crypto: af_alg - make exports consistant
Tadeusz Struk
1
-1
/
+1
2015-04-01
chelsio cxgb/cxgb3: Make stats_strings arrays const
Joe Perches
2
-2
/
+2
2015-04-01
net: bcmgenet: enable MoCA link state change detection
Petri Gynther
3
-2
/
+24
2015-04-01
net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argument
Uwe Kleine-König
1
-5
/
+6
2015-04-01
caif: remove unused struct member
Rasmus Villemoes
1
-1
/
+0
2015-04-01
can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...
Marc Kleine-Budde
1
-1
/
+1
2015-04-01
can: introduce new raw socket option to join the given CAN filters
Oliver Hartkopp
3
-3
/
+49
2015-04-01
can: fix multiple delivery of a single CAN frame for overlapping CAN filters
Oliver Hartkopp
1
-0
/
+21
2015-04-01
can: ems_usb: mark timestamp as little endian
Marc Kleine-Budde
1
-2
/
+2
2015-04-01
can: ems_usb: fix endianess of CAN ID
Gerhard Uttenthaler
1
-5
/
+2
2015-03-31
ptp: ixgbe: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+2
2015-03-31
ptp: fec: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+2
2015-03-31
ptp: tg3: use helpers for converting ns to timespec.
Richard Cochran
1
-3
/
+1
2015-03-31
ptp: blackfin: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+3
2015-03-31
ptp: cpts: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+2
2015-03-31
ptp: stmmac: use helpers for converting ns to timespec.
Richard Cochran
1
-3
/
+1
2015-03-31
ptp: mlx4: use helpers for converting ns to timespec.
Richard Cochran
1
-3
/
+1
2015-03-31
ptp: igb: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+2
2015-03-31
ptp: e1000e: use helpers for converting ns to timespec.
Richard Cochran
1
-3
/
+1
2015-03-31
ptp: gianfar: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+3
2015-03-31
ptp: bnx2x: use helpers for converting ns to timespec.
Richard Cochran
1
-5
/
+2
2015-03-31
bonding: Fix another case of LACPDU not sent on slave
Mahesh Bandewar
1
-0
/
+3
2015-03-31
bonding: deprecate BOND_MONITOR_CHURNED in favor of existing definitions
Mahesh Bandewar
1
-6
/
+6
2015-03-31
net/macb: unify peripheral version testing
Nicolas Ferre
2
-5
/
+7
2015-03-31
net/macb: fix the peripheral version test
Nicolas Ferre
1
-1
/
+1
2015-03-31
net/macb: add the user i/o to ethtool register dump
Nicolas Ferre
2
-2
/
+2
2015-03-31
net/macb: fix probe sequence to setup clocks earlier
Nicolas Ferre
2
-67
/
+104
2015-03-31
net/macb: trivial: correct wording for caps
Nicolas Ferre
1
-2
/
+2
2015-03-31
net/macb: fix capabilities configuration
Nicolas Ferre
1
-18
/
+18
2015-03-31
net/macb: add comment in macb_probe_queues
Nicolas Ferre
1
-2
/
+6
2015-03-31
net/macb: only probe queues once and use stored values
Nicolas Ferre
2
-4
/
+4
2015-03-31
net: smc91x: Remove an unused variable
Fabio Estevam
1
-1
/
+0
2015-03-31
net: rename dev to orig_dev in deliver_ptype_list_skb
Jiri Pirko
1
-2
/
+3
2015-03-31
net/mlx4_en: Moderate ethtool callback to show more statistics
Eran Ben Elisha
3
-46
/
+130
2015-03-31
net/mlx4_en: Add Flow control statistics display via ethtool
Matan Barak
8
-8
/
+255
2015-03-31
net/mlx4_en: Protect access to the statistics bitmap
Eran Ben Elisha
3
-17
/
+23
2015-03-31
net/mlx4_en: Support general selective view of ethtool statistics
Eran Ben Elisha
4
-65
/
+109
2015-03-31
net/mlx4_en: Move statistics bitmap setting to the Ethernet driver
Eran Ben Elisha
4
-23
/
+23
2015-03-31
net/mlx4_en: Create new header file for all statistics info
Eran Ben Elisha
4
-35
/
+49
2015-03-31
net/mlx4_en: Fix port counters statistics bitmask
Eran Ben Elisha
1
-1
/
+1
2015-03-31
net: bcmgenet: fix the call to phy_mac_interrupt()
Petri Gynther
1
-1
/
+1
2015-03-31
net: bcmgenet: add UMAC_IRQ_LINK_EVENT
Petri Gynther
2
-6
/
+6
2015-03-31
net: bcmgenet: fix bcmgenet_open()
Petri Gynther
1
-1
/
+1
2015-03-31
net: bcmgenet: remove __bcmgenet_fini_dma()
Petri Gynther
1
-9
/
+4
2015-03-31
net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONE
Petri Gynther
2
-12
/
+12
2015-03-31
hv_netvsc: Eliminate memory allocation in the packet send path
KY Srinivasan
4
-22
/
+60
2015-03-31
hv_netvsc: Cleanup the test for freeing skb when we use sendbuf mechanism
KY Srinivasan
2
-2
/
+2
2015-03-31
ethernet: Use bool function returns of true/false instead of 1/0
Joe Perches
3
-4
/
+4
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
21
-62
/
+72
[next]