summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | r8169: Fix trivial typo in rtl_check_firmwareYannick Guerrini2015-02-241-1/+1
| | * | xen-netback: release pending index before pushing Tx responsesDavid Vrabel2015-02-241-8/+21
| | * | altera_tse: Fixes in NAPI and interrupt handling pathsVlastimil Setka2015-02-231-23/+22
| | * | altera_tse: Correct typo in obtaining tx_fifo_depth from devicetreeVlastimil Setka2015-02-231-1/+1
| | * | team: fix possible null pointer dereference in team_handle_frameJiri Pirko2015-02-231-3/+1
| | |/
| | * r8169: Revert BQL and xmit_more support.David S. Miller2015-02-221-23/+7
| | * wan: cosa: replace current->state by set_current_state()Fabian Frederick2015-02-221-6/+6
| | * hso: replace current->state by __set_current_state()Fabian Frederick2015-02-221-1/+1
| | * net: dsa: bcm_sf2: fix 64-bits register readsFlorian Fainelli2015-02-201-1/+1
| | * cxgb4: Fix incorrect 'c' suffix to %pI4, use %pISc insteadAnish Bhatt2015-02-202-30/+33
| | * ipvlan: Fix text that talks about ip util supportMahesh Bandewar2015-02-201-1/+1
| | * net/appletalk: LTPC needs virt_to_busArnd Bergmann2015-02-201-1/+1
| | * net: smc91x: improve neponset hackArnd Bergmann2015-02-201-1/+1
| | * ethernet/ixp4xx: prevent allmulti from clobbering promiscDerrick Pallas2015-02-201-1/+1
| | * net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck2015-02-201-3/+20
| | * usb: plusb: Add support for National Instruments host-to-host cableBen Shelton2015-02-201-0/+5
| | * ehea: Register memory hotplug, reboot and crash hooks on adapter probeAnton Blanchard2015-02-191-105/+141
| * | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-193-11/+11
| |\ \
| | * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-073-11/+11
| * | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-0/+6
| |\ \ \ | | |_|/ | |/| |
| | * | virtio/net: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-03-0326-115/+190
|\ \ \ \
| * | | | i40e/i40evf: Bump versionsSravanthi Tangeda2015-03-032-2/+2
| * | | | i40e: Only enable TC0 for NIC partition typeNeerav Parikh2015-03-031-3/+3
| * | | | i40e: Register DCBNL ops in MFP modeNeerav Parikh2015-03-031-3/+1
| * | | | i40evf: ethtool RSS fixesMitch Williams2015-03-031-6/+8
| * | | | i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain2015-03-032-1/+5
| * | | | i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain2015-03-032-0/+5
| * | | | i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain2015-03-032-8/+8
| * | | | i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh2015-03-033-11/+14
| * | | | i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain2015-03-031-12/+19
| * | | | i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain2015-03-033-9/+21
| * | | | i40e: don't disable PF LB when disabling VFsMitch Williams2015-03-031-1/+0
| * | | | i40e: Add safety net for switch callingAkeem G Abodunrin2015-03-031-0/+4
| * | | | i40e/i40evf: print FW build number in version stringShannon Nelson2015-03-036-7/+15
| * | | | i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh2015-03-031-0/+5
| * | | | fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick2015-03-0311-42/+40
| * | | | fm10k: Implement ndo_features_checkMatthew Vick2015-03-033-1/+13
| * | | | fm10k: Modify tunnel length header check when offloadingMatthew Vick2015-03-032-9/+27
* | | | | xen: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | | | | netconsole: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+3
* | | | | wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-0341-116/+118
* | | | | net: usb: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-034-5/+5
* | | | | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-0317-25/+25
* | | | | i40e: Fix dependencies in the i40e driver on configfsGreg Rose2015-03-034-8/+17
* | | | | ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-038-16/+24
|/ / / /
* | | | net: Kill dev_rebuild_headerEric W. Biederman2015-03-024-58/+0
* | | | ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-028-0/+16
* | | | ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman2015-03-021-27/+1
* | | | ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman2015-03-021-32/+1