summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-01tcp: remove unused mib countersFlorian Westphal2-18/+0
2017-08-01tcp: remove CA_ACK_SLOWPATHFlorian Westphal3-49/+22
2017-08-01tcp: remove header predictionFlorian Westphal6-219/+10
2017-08-01tcp: remove low_latency sysctlFlorian Westphal4-9/+4
2017-08-01tcp: reindent two spots after prequeue removalFlorian Westphal1-27/+23
2017-08-01tcp: remove prequeue supportFlorian Westphal8-262/+2
2017-07-31Merge branch 'net-sched-actions-improve-dump-performance'David S. Miller5-13/+144
2017-07-31net sched actions: add time filter for action dumpingJamal Hadi Salim2-1/+21
2017-07-31net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2-12/+60
2017-07-31net sched actions: Use proper root attribute table for actionsJamal Hadi Salim1-2/+2
2017-07-31net netlink: Add new type NLA_BITFIELD32Jamal Hadi Salim3-0/+63
2017-07-31net: fec: Allow reception of frames bigger than 1522 bytesAndrew Lunn1-3/+5
2017-07-31net: fec: Issue error for missing but expected PHYAndrew Lunn1-1/+3
2017-07-31Merge branch 'dsa-lan9303-Fix-MDIO-issues'David S. Miller4-15/+64
2017-07-31net: dsa: lan9303: MDIO access phy registers directlyEgil Hjelmeland4-7/+47
2017-07-31net: dsa: lan9303: Renamed indirect phy access functionsEgil Hjelmeland1-14/+14
2017-07-31net: dsa: lan9303: Multiply by 4 to get MDIO registerEgil Hjelmeland2-0/+8
2017-07-31net: dsa: lan9303: Fix lan9303_detect_phy_setup() for MDIOEgil Hjelmeland1-1/+2
2017-07-30Merge branch 'ethtool-fec'David S. Miller5-36/+302
2017-07-30cxgb4: ethtool forward error correction management supportCasey Leedom1-0/+100
2017-07-30cxgb4: core hardware/firmware support for Forward Error Correction on a linkCasey Leedom1-35/+117
2017-07-30net: ethtool: add support for forward error correction modesVidya Sagar Ravipati3-1/+85
2017-07-30Merge branch 'netvsc-minor-fixes-and-optimization'David S. Miller4-248/+208
2017-07-30netvsc: signal host if receive ring is emptiedstephen hemminger1-3/+8
2017-07-30netvsc: fix error unwind on device setup failurestephen hemminger1-1/+2
2017-07-30netvsc: optimize receive completionsstephen hemminger3-175/+126
2017-07-30netvsc: remove unnecessary indirection of page_bufferstephen hemminger4-20/+17
2017-07-30netvsc: don't print pointer value in error messagestephen hemminger1-2/+4
2017-07-30netvsc: fix warnings reported by lockdepstephen hemminger4-50/+54
2017-07-30netvsc: fix return value for set_channelsstephen hemminger1-1/+1
2017-07-30liquidio: bump up driver version to match newer NIC firmwareFelix Manlunas1-2/+3
2017-07-30bnxt_re: add MAY_USE_DEVLINK dependencySathya Perla1-0/+1
2017-07-30bpf: testing: fix devmap testsJohn Fastabend2-1/+4
2017-07-30Merge branch 'moxa-Fix-style-issues'David S. Miller2-12/+11
2017-07-30net: moxa: Add spaces preferred around that '{+,-}'SZ Lin1-4/+4
2017-07-30net: moxa: Fix for typo in comment to function moxart_mac_setup_desc_ring()SZ Lin1-1/+1
2017-07-30net: moxa: Remove extra space after a castSZ Lin1-1/+1
2017-07-30net: moxa: Fix comparison to NULL could be written with !SZ Lin1-2/+2
2017-07-30net: moxa: Prefer 'unsigned int' to bare use of 'unsigned'SZ Lin1-2/+2
2017-07-30net: moxa: Remove braces from single-line bodySZ Lin1-2/+1
2017-07-29Merge branch 'smc-get-rid-of-unsafe_global_rkey'David S. Miller11-245/+477
2017-07-29net/smc: synchronize buffer usage with deviceUrsula Braun7-0/+91
2017-07-29net/smc: cleanup function __smc_buf_create()Ursula Braun1-51/+63
2017-07-29net/smc: common functions for RMBs and send buffersUrsula Braun3-219/+148
2017-07-29net/smc: introduce sg-logic for send buffersUrsula Braun5-51/+38
2017-07-29net/smc: remove Kconfig warningUrsula Braun1-4/+0
2017-07-29net/smc: register RMB-related memory regionUrsula Braun6-2/+115
2017-07-29net/smc: use separate memory regions for RMBsUrsula Braun5-7/+71
2017-07-29net/smc: introduce sg-logic for RMBsUrsula Braun5-26/+76
2017-07-29net/smc: shorten local bufsize variablesUrsula Braun1-29/+25