summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-065-6/+11
* Merge branch 'eth_get_headlen'David S. Miller2014-09-068-239/+68
|\
| * ixgbe: use new eth_get_headlen interfaceAlexander Duyck2014-09-061-115/+1
| * igb: use new eth_get_headlen interfaceAlexander Duyck2014-09-061-108/+1
| * net: Add function for parsing the header length out of linear ethernet framesAlexander Duyck2014-09-066-16/+66
|/
* Merge branch 'timestamping'David S. Miller2014-09-067-67/+80
|\
| * net: merge cases where sock_efree and sock_edemux are the same functionAlexander Duyck2014-09-063-3/+7
| * net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-066-21/+40
| * net-timestamp: Merge shared code between phy and regular timestampingAlexander Duyck2014-09-062-52/+42
|/
* ipv4: harden fnhe_hashfun()Eric Dumazet2014-09-062-5/+6
* net-timestamp: fix allocation error in testWillem de Bruijn2014-09-061-1/+0
* hyperv: NULL dereference on errorDan Carpenter2014-09-061-4/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-0612-127/+156
|\
| * ixgbe: limit combined total of macvlan and SR-IOV VFsJacob Keller2014-09-042-6/+16
| * ixgbe: add comment noting recalculation of queuesJacob Keller2014-09-041-0/+8
| * ixgbevf: introduce delay for checking VFLINKS on 82599Emil Tantilov2014-09-041-0/+15
| * ixgbe: reset interface on link loss with pending Tx work from the VFEmil Tantilov2014-09-042-12/+49
| * ixgbe: Cleanup FDB handling codeAlexander Duyck2014-09-041-30/+4
| * i40e: use global pci_vfs_assigned() to replace local i40e_vfs_are_assigned()Ethan Zhao2014-09-041-31/+2
| * i40e/i40evf: Bump i40e/i40evf versionsCatherine Sullivan2014-09-042-2/+2
| * i40e: fix panic due to too-early Tx queue enableJesse Brandeburg2014-09-041-1/+1
| * i40e: Fix an issue when PF reset failsAnjali Singhai Jain2014-09-042-3/+11
| * i40e: make warning less verboseJesse Brandeburg2014-09-041-14/+12
| * i40e: Tell OS link is going down when calling set_phy_configCatherine Sullivan2014-09-041-3/+18
| * i40e: Remove unnecessary assignmentSerey Kong2014-09-041-1/+0
| * i40e: Change wording to be more consistentSerey Kong2014-09-043-3/+3
| * i40e: Allow user to change link settings if link is downCatherine Sullivan2014-09-041-1/+2
| * i40e: Add dual speed module supportCatherine Sullivan2014-09-042-20/+13
* | net: ethernet: cpsw: improve interrupt lookup logic in cpsw_probe()Daniel Mack2014-09-061-8/+14
* | ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2014-09-063-7/+9
* | l2tp: fix missing line continuationAndy Zhou2014-09-061-1/+1
* | Merge branch 'amd-xgbe-next'David S. Miller2014-09-0612-95/+102
|\ \
| * | amd-xgbe-phy: Checkpatch driver fixesLendacky, Thomas2014-09-061-4/+0
| * | amd-xgbe: Checkpatch driver fixesLendacky, Thomas2014-09-0611-26/+2
| * | amd-xgbe-phy: Enhance parallel detection to support KR speedLendacky, Thomas2014-09-061-2/+28
| * | amd-xgbe-phy: Check device for current speed mode (KR/KX)Lendacky, Thomas2014-09-061-63/+72
|/ /
* | Merge branch 'r8152-next'David S. Miller2014-09-051-28/+31
|\ \
| * | r8152: use eth_hw_addr_randomhayeswang2014-09-051-16/+19
| * | r8152: change the location of rtl8152_set_mac_addresshayeswang2014-09-051-17/+17
|/ /
* | Merge branch 'rx_copybreak'David S. Miller2014-09-056-3/+200
|\ \
| * | enic: Add tunable_ops support for rx_copybreakGovindarajulu Varadarajan2014-09-051-0/+39
| * | ethtool: Add generic options for tunablesGovindarajulu Varadarajan2014-09-053-0/+113
| * | enic: implement rx_copybreakGovindarajulu Varadarajan2014-09-052-3/+48
|/ /
* | dev_ioctl: remove dev_load() CAP_SYS_MODULE messageDaniel Borkmann2014-09-051-5/+2
* | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-0511-32/+144
* | net: systemport: update UMAC_CMD only when link is detectedFlorian Fainelli2014-09-051-3/+6
* | ipv4: implement igmp_qrv sysctl to tune igmp robustness variableHannes Frederic Sowa2014-09-054-16/+31
* | ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa2014-09-054-10/+31
|/
* mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones2014-09-041-1/+1
* lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2014-09-042-4/+10