aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | can: at91_can: don't touch skb after netif_receive_skb()/netif_rx()Marc Kleine-Budde2015-07-151-4/+4
| * | | | Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam2015-07-151-75/+13
| |/ / /
| * | | net/xen-netback: off by one in BUG_ON() conditionDan Carpenter2015-07-141-3/+3
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-191-9/+0
|\ \ \ \ | |/ / / |/| | |
| * | | MIPS: SB1: Remove support for Pass 1 parts.Ralf Baechle2015-07-141-9/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-1334-193/+442
|\ \ \ \ | |/ / / |/| | |
| * | | can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-123-9/+3
| * | | can: c_can: Fix default pinmux glitch at initJ.D. Schroeder2015-07-121-2/+8
| * | | can: rcar_can: unify error messagesSergei Shtylyov2015-07-121-2/+3
| * | | can: rcar_can: print request_irq() error codeSergei Shtylyov2015-07-121-1/+2
| * | | can: rcar_can: fix typo in error messageSergei Shtylyov2015-07-121-1/+2
| * | | can: rcar_can: print signed IRQ #Sergei Shtylyov2015-07-121-2/+2
| * | | can: rcar_can: fix IRQ checkSergei Shtylyov2015-07-121-1/+2
| * | | net: bcmgenet: fix accounting of packet drops vs errorsPetri Gynther2015-07-111-4/+0
| * | | cdc_ncm: update specs URLEnrico Mioso2015-07-111-1/+1
| |/ /
| * | Doc: z8530book: Fix typo in API-z8530-sync-txdma-open.htmlMasanari Iida2015-07-101-1/+1
| * | net: axienet: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski2015-07-091-4/+4
| * | cdc_ncm: Add support for moving NDP to end of NCM frameEnrico Mioso2015-07-093-9/+61
| * | drivers: net: cpsw: fix disabling of tx interrupt in rx isrMugunthan V N2015-07-091-16/+3
| * | net: systemport: Use eth_hw_addr_randomVaishali Thakkar2015-07-091-1/+1
| * | macvtap: Destroy minor_idr on module_exitJohannes Thumshirn2015-07-091-0/+1
| * | sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-093-1/+18
| * | drivers/net/usb: add device id for NVIDIA Tegra USB 3.0 EthernetZheng Liu2015-07-082-0/+10
| * | 3c59x: Fix shared IRQ handlingDenys Vlasenko2015-07-081-1/+3
| * | vmxnet3: prevent receive getting out of sequence on napi pollNeil Horman2015-07-081-4/+4
| * | sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling...Shradha Shah2015-07-081-6/+11
| * | drivers: net: cpsw: fix crash while accessing second slave ethernet interfaceMugunthan V N2015-07-081-2/+4
| * | sfc: suppress handled MCDI failures when changing the MAC addressDaniel Pieczko2015-07-081-2/+5
| * | sfc: add legacy method for changing a PF's MAC addressDaniel Pieczko2015-07-083-42/+126
| * | sfc: refactor code in efx_ef10_set_mac_address()Daniel Pieczko2015-07-081-25/+20
| * | bonding: "primary_reselect" with "failure" is not working properlyMazhar Rana2015-07-081-17/+34
| * | net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-081-13/+75
| * | amd-xgbe: Fix DMA API debug warningLendacky, Thomas2015-07-084-12/+22
| * | net: phy: add dependency on HAS_IOMEM to MDIO_BUS_MUX_MMIOREGRob Herring2015-07-081-1/+1
| * | NET: hamradio: Fix IP over bpq encapsulation.Ralf Baechle2015-07-081-0/+1
| * | cxgb4: Fix incorrect sequence numbers shown in devlogHariprasad Shenai2015-07-031-12/+13
| * | enic: fix issues in enic_pollGovindarajulu Varadarajan2015-07-021-2/+2
* | | Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds2015-07-042-28/+34
|\ \ \
| * | | NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-041-24/+30
| * | | NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-022-5/+5
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-07-033-4/+142
|\ \ \ \ | |_|/ / |/| | |
| * | | macvtap/tun: cross-endian support for little-endian hostsGreg Kurz2015-06-013-2/+128
| * | | virtio: add explicit big-endian support to memory accessorsGreg Kurz2015-06-012-2/+4
| * | | macvtap: introduce macvtap_is_little_endian() helperGreg Kurz2015-06-011-2/+7
| * | | tun: add tun_is_little_endian() helperGreg Kurz2015-06-011-2/+7
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-012-8/+2
|\ \ \ \
| * | | | cxgb4: use kvfree() in t4_free_mem()Pekka Enberg2015-06-301-4/+1
| * | | | cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg2015-06-301-4/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-0147-332/+598
|\ \ \ \ \
| * | | | | net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot2015-06-301-1/+25