Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | pch_gbe: Validate hwtstamp_config completely before applying it | Ben Hutchings | 1 | -9/+3 |
2013-11-15 | e1000e: Validate hwtstamp_config completely before applying it | Ben Hutchings | 1 | -8/+6 |
2013-11-15 | tg3: Validate hwtstamp_config completely before applying it | Ben Hutchings | 1 | -9/+7 |
2013-11-15 | macvtap: limit head length of skb allocated | Jason Wang | 1 | -1/+7 |
2013-11-15 | tuntap: limit head length of skb allocated | Jason Wang | 1 | -1/+9 |
2013-11-14 | net: mv643xx_eth: potential NULL dereference in probe() | Dan Carpenter | 1 | -1/+2 |
2013-11-14 | net: cdc_ncm: cleanup a type issue in cdc_ncm_setup() | Dan Carpenter | 1 | -1/+1 |
2013-11-14 | usbnet: fix status interrupt urb handling | Felix Fietkau | 1 | -3/+0 |
2013-11-14 | bonding: don't permit to use ARP monitoring in 802.3ad mode | Veaceslav Falico | 1 | -2/+3 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 632 | -13550/+34179 |
2013-11-13 | list: introduce list_next_entry() and list_prev_entry() | Oleg Nesterov | 1 | -3/+0 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 17 | -12/+28 |
2013-11-12 | Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -718/+1 |
2013-11-11 | PHY: Add RTL8201CP phy_driver to realtek | Jonas Jensen | 1 | -0/+15 |
2013-11-11 | xtsonic: add missing platform_set_drvdata() in xtsonic_probe() | Wei Yongjun | 1 | -0/+1 |
2013-11-11 | macmace: add missing platform_set_drvdata() in mace_probe() | Wei Yongjun | 1 | -0/+1 |
2013-11-11 | ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe() | Wei Yongjun | 1 | -0/+1 |
2013-11-11 | ixgbe: add warning when max_vfs is out of range. | Jacob Keller | 2 | -8/+13 |
2013-11-11 | igb: Update link modes display in ethtool | Carolyn Wyborny | 1 | -24/+27 |
2013-11-09 | ixgbe: deleting dfwd stations out of order can cause null ptr deref | John Fastabend | 1 | -2/+6 |
2013-11-09 | ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPS | John Fastabend | 1 | -6/+10 |
2013-11-08 | netdev: smc91x: enable for xtensa | Baruch Siach | 1 | -2/+2 |
2013-11-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 31 | -86/+244 |
2013-11-08 | net: calxedaxgmac: Fix panic caused by MTU change of active interface | Andreas Herrmann | 1 | -6/+4 |
2013-11-08 | net/mlx4_en: Datapath structures are allocated per NUMA node | Eugenia Emantayev | 6 | -33/+70 |
2013-11-08 | net/mlx4_core: ICM pages are allocated on device NUMA node | Eugenia Emantayev | 2 | -12/+31 |
2013-11-08 | net/mlx4_en: Datapath resources allocated dynamically | Eugenia Emantayev | 8 | -111/+178 |
2013-11-08 | net/mlx4_core: Add immediate activate for VGT->VST->VGT | Rony Efraim | 2 | -32/+81 |
2013-11-08 | net/mlx4_core: Initialize all mailbox buffers to zero before use | Jack Morgenstein | 9 | -37/+2 |
2013-11-08 | net/mlx4_en: Add RFS support in UDP | Eyal Perry | 1 | -11/+34 |
2013-11-08 | ixgbe: enable l2 forwarding acceleration for macvlans | John Fastabend | 4 | -89/+443 |
2013-11-08 | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend | 1 | -1/+35 |
2013-11-08 | net/mlx4_en: Fixed crash when port type is changed | Amir Vadai | 1 | -4/+4 |
2013-11-08 | tg3: avoid double-freeing of rx data memory | Ivan Vecera | 1 | -6/+6 |
2013-11-08 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -2/+1 |
2013-11-08 | ath9k: enable DFS for IBSS mode | Simon Wunderlich | 1 | -1/+2 |
2013-11-08 | phy: Add MOXA MDIO driver | Jonas Jensen | 3 | -0/+209 |
2013-11-08 | bonding: extend round-robin mode with packets_per_slave | Nikolay Aleksandrov | 3 | -6/+101 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 57 | -466/+712 |
2013-11-07 | net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 1 | -3/+1 |
2013-11-07 | smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 1 | -3/+1 |
2013-11-07 | smsc9420: Use netif_<level> | Joe Perches | 1 | -78/+77 |
2013-11-07 | jme: Remove unused #define PFX | Joe Perches | 1 | -1/+0 |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -15/+9 |
2013-11-06 | virtio-net: switch to use XPS to choose txq | Jason Wang | 1 | -46/+2 |
2013-11-06 | net: mv643xx_eth: Add missing phy_addr_set in DT mode | Jason Gunthorpe | 1 | -0/+1 |
2013-11-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 13 | -29/+43 |
2013-11-06 | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 16 | -53/+175 |
2013-11-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -3/+24 |
2013-11-06 | net: cdc_ncm: remove non-standard NCM device IDs | Enrico Mioso | 1 | -11/+0 |