aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/recordmcount.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+9
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+8
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-03appletalk: Use eth_<foo>_addr instead of memsetJoe Perches1-3/+3
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03xen: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03netconsole: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+3
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches41-116/+118
2015-03-03net: usb: Use eth_<foo>_addr instead of memsetJoe Perches4-5/+5
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches17-25/+25
2015-03-03i40e: Fix dependencies in the i40e driver on configfsGreg Rose4-8/+17
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman10-74/+31
2015-03-03openvswitch: Fix serialization of non-masked set actions.Joe Stringer1-1/+7
2015-03-03gianfar: Reduce logging noise seen due to phy polling if link is downGuenter Roeck1-2/+2
2015-03-03ibmveth: Add function to enable live MAC address changesThomas Falcon1-1/+23
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick1-24/+0
2015-03-03net: bridge: add compile-time assert for cb struct sizeFlorian Westphal1-0/+2
2015-03-03Linux 4.0-rc2Linus Torvalds1-1/+1
2015-03-03drm/i915: Fix modeset state confusion in the load detect codeDaniel Vetter1-0/+1
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda2-2/+2
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh1-3/+3
2015-03-03i40e: Register DCBNL ops in MFP modeNeerav Parikh1-3/+1
2015-03-03i40evf: ethtool RSS fixesMitch Williams1-6/+8
2015-03-03i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain2-1/+5
2015-03-03i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain2-0/+5
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain2-8/+8
2015-03-03i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh3-11/+14
2015-03-03i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain1-12/+19
2015-03-03i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain3-9/+21
2015-03-03i40e: don't disable PF LB when disabling VFsMitch Williams1-1/+0
2015-03-03i40e: Add safety net for switch callingAkeem G Abodunrin1-0/+4
2015-03-03i40e/i40evf: print FW build number in version stringShannon Nelson6-7/+15
2015-03-03i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh1-0/+5
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick11-42/+40
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick3-1/+13
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick2-9/+27
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-03-02sh_eth: Really fix padding of short frames on TXBen Hutchings1-1/+1
2015-03-02Revert "sh_eth: Enable Rx descriptor word 0 shift for r8a7790"Ben Hutchings1-3/+2
2015-03-02sh_eth: Fix RX recovery on R-Car in case of RX ring underrunBen Hutchings1-1/+1
2015-03-02sh_eth: Ensure proper ordering of descriptor active bit write/readBen Hutchings1-0/+6
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman1-6/+0
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman5-4/+8
2015-03-02arp: Kill arp_findEric W. Biederman2-66/+0
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman16-306/+1
2015-03-02ax25: Stop depending on arp_findEric W. Biederman1-12/+28
2015-03-02ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman1-8/+2
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman3-23/+16