summaryrefslogtreecommitdiff
path: root/drivers/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | vxlan: Group Policy extensionThomas Graf2015-01-15
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-15
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | vxlan: Remote checksum offloadTom Herbert2015-01-14
| * | | | | | | | | | | | udp: pass udp_offload struct to UDP gro callbacksTom Herbert2015-01-14
| * | | | | | | | | | | | r8152: replace tasklet with NAPIhayeswang2015-01-14
| * | | | | | | | | | | | net: hisilicon: new hip04 ethernet driverdingtianhong2015-01-14
| * | | | | | | | | | | | net: hisilicon: new hip04 MDIO driverZhangfei Gao2015-01-14
| * | | | | | | | | | | | net/macb: improved ethtool statistics supportXander Huff2015-01-14
| * | | | | | | | | | | | net/macb: Adding comments to various #defs to make interpretation easierXander Huff2015-01-14
| * | | | | | | | | | | | xen-netfront: refactor making Tx requestsDavid Vrabel2015-01-14
| * | | | | | | | | | | | xen-netfront: refactor skb slot countingDavid Vrabel2015-01-14
| * | | | | | | | | | | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
| * | | | | | | | | | | | sunvnet: fix rx packet length check to allow for TSODavid L Stevens2015-01-13
| * | | | | | | | | | | | mlx5: avoid build warnings on 32-bitArnd Bergmann2015-01-13
| * | | | | | | | | | | | rocker: fix harmless warning on 32-bit machinesArnd Bergmann2015-01-13
| * | | | | | | | | | | | cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai2015-01-13
| * | | | | | | | | | | | net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie2015-01-13
| * | | | | | | | | | | | net/fsl: fix a bug in xgmac_mdioShaohui Xie2015-01-13
| * | | | | | | | | | | | i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson2015-01-13
| * | | | | | | | | | | | i40e: Don't exit link event early if link speed has changedCatherine Sullivan2015-01-13
| * | | | | | | | | | | | i40e: limit WoL and link settings to partition 1Shannon Nelson2015-01-13
| * | | | | | | | | | | | i40e: Adding function for reading PBA StringKamil Krawczyk2015-01-13
| * | | | | | | | | | | | i40e/i40evf: find partition_id in npar modeShannon Nelson2015-01-13
| * | | | | | | | | | | | i40e: remove VN2VN related mac filtersVasu Dev2015-01-13
| * | | | | | | | | | | | i40e: Add warning for NPAR partitions with link speed less than 10GbpsGreg Rose2015-01-13
| * | | | | | | | | | | | i40evf: kick a stalled admin queueMitch A Williams2015-01-13
| * | | | | | | | | | | | i40evf: enable interrupt 0 appropriatelyMitch A Williams2015-01-13
| * | | | | | | | | | | | i40evf: don't fire traffic IRQs when the interface is downMitch A Williams2015-01-13
| * | | | | | | | | | | | i40evf: remove leftover VLAN filtersMitch A Williams2015-01-13
| * | | | | | | | | | | | i40evf: refactor shutdown codeMitch A Williams2015-01-13
| * | | | | | | | | | | | i40evf: Remove some scary log messagesMitch A Williams2015-01-13
| * | | | | | | | | | | | i40evf: remove redundant codeMitch A Williams2015-01-13
| * | | | | | | | | | | | i40e: disable IOV before freeing resourcesMitch A Williams2015-01-13
| * | | | | | | | | | | | tuntap: Increase the number of queues in tun.Pankaj Gupta2015-01-12
| * | | | | | | | | | | | team: Remove dead codeKenneth Williams2015-01-12
| * | | | | | | | | | | | net: bnx2x: avoid macro redefinitionDavid Decotigny2015-01-12
| * | | | | | | | | | | | drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione2015-01-12
| * | | | | | | | | | | | Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernateShrikrishna Khare2015-01-12
| * | | | | | | | | | | | bonding: cleanup bond_opts arrayJonathan Toppins2015-01-12
| * | | | | | | | | | | | iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-12
| * | | | | | | | | | | | iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai2015-01-12
| * | | | | | | | | | | | r8152: check the status before submitting rxhayeswang2015-01-12
| * | | | | | | | | | | | r8152: call rtl_start_rx after netif_carrier_onhayeswang2015-01-12
| * | | | | | | | | | | | vxlan: Improve support for header flagsTom Herbert2015-01-12
| * | | | | | | | | | | | tg3: move init/deinit from open/close to probe/removeIvan Vecera2015-01-12
| * | | | | | | | | | | | net: eth: xgene: devm_ioremap() returns NULL on errorDan Carpenter2015-01-12
| * | | | | | | | | | | | irda: vlsi_ir: Replace timeval with ktime_tChunyan Zhang2015-01-11
| * | | | | | | | | | | | irda: stir4200: Replace timeval with ktime_tChunyan Zhang2015-01-11
| * | | | | | | | | | | | irda: nsc-ircc: Replace timeval with ktime_tChunyan Zhang2015-01-11
| * | | | | | | | | | | | irda: irda-usb: Replace timeval with ktime_tChunyan Zhang2015-01-11