summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | l2tp: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-034-8/+9
* | mac80211: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-034-8/+8
* | ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+2
* | bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | atm: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+2
* | appletalk: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-3/+3
* | 8021q: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* | 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-0310-74/+31
* | net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick2015-03-031-24/+0
|/
* Merge branch 'neigh_cleanups'David S. Miller2015-03-0232-544/+105
|\
| * neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman2015-03-021-6/+0
| * neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-025-4/+8
| * arp: Kill arp_findEric W. Biederman2015-03-022-66/+0
| * net: Kill dev_rebuild_headerEric W. Biederman2015-03-0216-306/+1
| * ax25: Stop depending on arp_findEric W. Biederman2015-03-021-12/+28
| * ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-021-8/+2
| * neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-023-23/+16
| * arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman2015-03-021-37/+0
| * ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-0210-0/+42
| * ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-022-13/+8
| * 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
| * rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman2015-03-021-27/+11
| * rose: Set the destination address in rose_headerEric W. Biederman2015-03-021-0/+3
| * ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman2015-03-021-0/+1
|/
OpenPOWER on IntegriCloud