summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | s2io: use snprintf() as a safety featureDan Carpenter2015-01-201-3/+8
| * | | Merge branch 'r8152'David S. Miller2015-01-191-24/+6
| |\ \ \
| | * | | r8152: remove sram_readhayeswang2015-01-191-18/+6
| | * | | r8152: remove generic_ocp_read before writinghayeswang2015-01-191-6/+0
| |/ / /
| * | | Merge branch 'bgmac'David S. Miller2015-01-191-6/+6
| |\ \ \
| | * | | bgmac: activate irqs only if there is nothing to pollHauke Mehrtens2015-01-191-3/+3
| | * | | bgmac: register napi before the deviceHauke Mehrtens2015-01-191-3/+3
| |/ / /
| * | | Merge branch 'sh_eth'David S. Miller2015-01-191-9/+19
| |\ \ \
| | * | | sh_eth: Fix ethtool operation crash when net device is downBen Hutchings2015-01-191-0/+10
| | * | | sh_eth: Fix promiscuous mode on chips without TSUBen Hutchings2015-01-191-9/+9
| |/ / /
| * | | ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-01-191-5/+2
| * | | net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-01-181-1/+7
| * | | genetlink: synchronize socket closing and family removalJohannes Berg2015-01-165-15/+35
| * | | genetlink: disallow subscribing to unknown mcast groupsJohannes Berg2015-01-161-1/+1
| * | | genetlink: document parallel_opsJohannes Berg2015-01-161-0/+2
| * | | net: rps: fix cpu unplugEric Dumazet2015-01-161-5/+15
| * | | Merge branch 'davinci_emac'David S. Miller2015-01-162-22/+77
| |\ \ \
| | * | | net: davinci_emac: Add support for emac on dm816xTony Lindgren2015-01-162-1/+7
| | * | | net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address ...Tony Lindgren2015-01-161-3/+12
| | * | | net: davinci_emac: Fix incomplete code for getting the phy from device treeTony Lindgren2015-01-161-5/+18
| | * | | net: davinci_emac: Free clock after checking the frequencyTony Lindgren2015-01-161-0/+1
| | * | | net: davinci_emac: Fix runtime pm calls for davinci_emacTony Lindgren2015-01-161-4/+29
| | * | | net: davinci_emac: Fix hangs with interruptsTony Lindgren2015-01-161-9/+10
| |/ / /
| * | | ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-162-13/+5
| * | | Merge tag 'linux-can-fixes-for-3.19-20150115' of git://git.kernel.org/pub/scm...David S. Miller2015-01-166-31/+49
| |\ \ \
| | * | | can: kvaser_usb: Don't dereference skb after a netif_rx()Ahmed S. Darwish2015-01-151-7/+4
| | * | | can: kvaser_usb: Don't send a RESET_CHIP for non-existing channelsAhmed S. Darwish2015-01-151-3/+4
| | * | | can: kvaser_usb: Reset all URB tx contexts upon channel closeAhmed S. Darwish2015-01-151-0/+3
| | * | | can: kvaser_usb: Don't free packets when tight on URBsAhmed S. Darwish2015-01-151-6/+4
| | * | | can: c_can: use regmap_update_bits() to modify RAMINIT registerRoger Quadros2015-01-151-11/+18
| | * | | can: m_can: tag current CAN FD controllers as non-ISOOliver Hartkopp2015-01-152-0/+6
| | * | | can: dev: fix crtlmode_supported checkOliver Hartkopp2015-01-151-2/+6
| | * | | MAINTAINERS: update linux-can git repositoriesMarc Kleine-Budde2015-01-151-2/+4
| * | | | net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz2015-01-163-4/+5
| * | | | Merge tag 'mac80211-for-davem-2015-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-01-162-23/+35
| |\ \ \ \
| | * | | | cfg80211: fix deadlock during reg chan checkArik Nemtsov2015-01-071-22/+34
| | * | | | mac80211: uninitialized return val in __ieee80211_sta_handle_tspec_ac_paramsJohn Linville2015-01-071-1/+1
| * | | | | net: sxgbe: Fix waring for double kfree()Byungho An2015-01-161-11/+10
| * | | | | net: sxgbe: Fix NULL dereferece when using DTGirish K.S2015-01-161-4/+4
| * | | | | sh_eth: Fix addition of .trscer_err_mask to wrong SoC dataGeert Uytterhoeven2015-01-151-2/+2
| * | | | | drivers: net: cpsw: fix cpsw hung with add vlan using vconfigMugunthan V N2015-01-151-10/+17
| | |/ / / | |/| | |
| * | | | be2net: Allow GRE to work concurrently while a VxLAN tunnel is configuredSriharsha Basavapatna2015-01-151-3/+38
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-01-2022-4/+27
|\ \ \ \ \
| * | | | | crypto: add missing crypto module aliasesMathias Krause2015-01-1322-4/+27
* | | | | | Merge tag 'gpio-v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-01-185-71/+92
|\ \ \ \ \ \
| * | | | | | gpiolib: of: Correct error handling in of_get_named_gpiod_flagsHans Holmberg2015-01-151-2/+8
| * | | | | | gpio: sysfs: fix gpio attribute-creation raceJohan Hovold2015-01-152-22/+40
| * | | | | | gpio: sysfs: fix gpio device-attribute leakJohan Hovold2015-01-151-15/+13
| * | | | | | gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-01-151-11/+8
| * | | | | | gpio: unregister gpiochip device before removing itJohan Hovold2015-01-141-1/+2