summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2015-03-03l2tp: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03appletalk: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03xen: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03netconsole: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03net: usb: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03i40e: Fix dependencies in the i40e driver on configfsGreg Rose
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick
2015-03-03i40e/i40evf: Bump versionsSravanthi Tangeda
2015-03-03i40e: Only enable TC0 for NIC partition typeNeerav Parikh
2015-03-03i40e: Register DCBNL ops in MFP modeNeerav Parikh
2015-03-03i40evf: ethtool RSS fixesMitch Williams
2015-03-03i40e: Fix RSS size at init since default num queue calculation has changedAnjali Singhai Jain
2015-03-03i40e: Move RSS table size for VSIs to the VSI structAnjali Singhai Jain
2015-03-03i40e/i40evf: Add missing packet types for VXLAN encapsulated packet typesAnjali Singhai Jain
2015-03-03i40e: Fix issue with removal of apps from DBCNL app tableNeerav Parikh
2015-03-03i40e: Add FW check to disable DCB and wrap autoneg workaround with FW checkAnjali Singhai Jain
2015-03-03i40e: Enable more than 64 qps for the Main VSIAnjali Singhai Jain
2015-03-03i40e: don't disable PF LB when disabling VFsMitch Williams
2015-03-03i40e: Add safety net for switch callingAkeem G Abodunrin
2015-03-03i40e/i40evf: print FW build number in version stringShannon Nelson
2015-03-03i40e: Skip the priority tagging if DCB is not enabledNeerav Parikh
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick
2015-03-02Merge branch 'neigh_cleanups'David S. Miller
2015-03-02neigh: Don't require a dst in neigh_resolve_outputEric W. Biederman
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman
2015-03-02arp: Kill arp_findEric W. Biederman
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-03-02ax25: Stop depending on arp_findEric W. Biederman
2015-03-02ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman
2015-03-02arp: Remove special case to give AX25 it's open arp operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman
2015-03-02ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman
2015-03-02ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman
2015-03-02ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman