aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-20net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0Florian Fainelli1-2/+13
2015-07-20bonding: correctly handle bonding type change on enslave failureNikolay Aleksandrov1-3/+10
2015-07-20bonding: fix destruction of bond with devices different from arphrd_etherNikolay Aleksandrov1-0/+1
2015-07-20net: dsa: mv88e6xxx: fix fid_mask when leaving bridgeVivien Didelot1-1/+1
2015-07-20virtio_net: don't require ANY_LAYOUT with VERSION_1Michael S. Tsirkin1-1/+2
2015-07-17ravb: do not invalidate cache for RX buffer twiceSergei Shtylyov1-7/+3
2015-07-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-6/+5
2015-07-15ipvlan: ignore addresses from ipv6 autoconfigurationKonstantin Khlebnikov1-0/+4
2015-07-15ipvlan: use rcu_deference_bh() in ipvlan_queue_xmit()WANG Cong2-1/+6
2015-07-15ipvlan: unhash addresses without synchronize_rcuKonstantin Khlebnikov3-8/+6
2015-07-15ipvlan: plug memory leak in ipvlan_link_deleteKonstantin Khlebnikov1-0/+1
2015-07-15ipvlan: remove counters of ipv4 and ipv6 addressesKonstantin Khlebnikov2-23/+12
2015-07-15Merge tag 'linux-can-fixes-for-4.2-20150715' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller13-39/+28
2015-07-15isdn/gigaset: drop unused ldisc methodsTilman Schmidt1-24/+0
2015-07-15isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt1-1/+10
2015-07-15Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam1-75/+13
2015-07-15can: pcan_usb: don't touch skb after netif_rx()Marc Kleine-Budde2-6/+5
2015-07-15can: usb_8dev: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: ems_usb: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: esd_usb2: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: sja1000: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: cc770: don't touch skb after netif_rx()Marc Kleine-Budde1-2/+2
2015-07-15can: ti_heccn: don't touch skb after netif_rx()Marc Kleine-Budde1-1/+1
2015-07-15can: slcan: don't touch skb after netif_rx_ni()Marc Kleine-Budde1-1/+1
2015-07-15can: grcan: don't touch skb after netif_rx()Marc Kleine-Budde1-1/+2
2015-07-15can: bfin_can: don't touch skb after netif_rx()Marc Kleine-Budde1-4/+2
2015-07-15can: flexcan: don't touch skb after netif_receive_skb()Marc Kleine-Budde1-4/+3
2015-07-15can: at91_can: don't touch skb after netif_receive_skb()/netif_rx()Marc Kleine-Budde1-4/+4
2015-07-14net/xen-netback: off by one in BUG_ON() conditionDan Carpenter1-3/+3
2015-07-14Bluetooth: btbcm: allow btbcm_read_verbose_config to fail on AppleChris Mason1-6/+5
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-193/+442
2015-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-82/+125
2015-07-12Revert "drm/i915: Use crtc_state->active in primary check_plane func"Linus Torvalds1-1/+1
2015-07-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-11/+1
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp3-9/+3
2015-07-12can: c_can: Fix default pinmux glitch at initJ.D. Schroeder1-2/+8
2015-07-12can: rcar_can: unify error messagesSergei Shtylyov1-2/+3
2015-07-12can: rcar_can: print request_irq() error codeSergei Shtylyov1-1/+2
2015-07-12can: rcar_can: fix typo in error messageSergei Shtylyov1-1/+2
2015-07-12can: rcar_can: print signed IRQ #Sergei Shtylyov1-2/+2
2015-07-12can: rcar_can: fix IRQ checkSergei Shtylyov1-1/+2
2015-07-12Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-07-11net: bcmgenet: fix accounting of packet drops vs errorsPetri Gynther1-4/+0
2015-07-11cdc_ncm: update specs URLEnrico Mioso1-1/+1
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds3-23/+142
2015-07-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-8/+25
2015-07-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-8/+6
2015-07-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds15-50/+74
2015-07-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds27-717/+964
2015-07-11Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-7/+2