summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-01-13tcp: remove thin_dupack featureYuchung Cheng5-37/+3
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng1-15/+0
2017-01-13tcp: remove early retransmitYuchung Cheng12-111/+12
2017-01-13tcp: remove forward retransmit featureYuchung Cheng3-64/+3
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng1-14/+19
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng3-21/+35
2017-01-13tcp: check undo conditions before detecting lossesYuchung Cheng1-13/+20
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng4-6/+19
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng9-12/+68
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng4-35/+50
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng3-15/+22
2017-01-13tcp: new helper function for RACK loss detectionYuchung Cheng1-7/+14
2017-01-13liquidio: use fallback for selecting txqSatanand Burla2-41/+0
2017-01-13net: dsa: mv88e6xxx: add EEPROM support to 6390Vivien Didelot4-1/+128
2017-01-12ipv6: sr: static percpu allocation for hmac_ringEric Dumazet1-40/+3
2017-01-12ipmr: improve hash scalabilityNikolay Aleksandrov2-130/+182
2017-01-12secure_seq: fix sparse errorsEric Dumazet1-1/+3
2017-01-12liquidio VF: reduce load time of modulePrasad Kanneganti2-4/+5
2017-01-12liquidio: remove unnecessary codeFelix Manlunas1-7/+1
2017-01-12tilepro: Fix non-void return from void functionJoe Perches1-4/+0
2017-01-12Merge branch 'mdio-gpio-next'David S. Miller1-30/+30
2017-01-12net: mdio-gpio: Use gpio subsystem to handle low-active pinsGuenter Roeck1-12/+14
2017-01-12net: mdio-gpio: Convert to use gpiod functions where possibleGuenter Roeck1-22/+21
2017-01-12net: mdio-gpio: Use devm_gpio_request_one instead of devm_gpio_requestGuenter Roeck1-7/+6
2017-01-12cdc-ether: usbnet_cdc_zte_status() can be staticWei Yongjun1-1/+1
2017-01-12tools: psock_lib: harden socket filter used by psock testsSowmini Varadhan1-7/+32
2017-01-12lwt_bpf: bpf_lwt_prog_cmp() can be staticWei Yongjun1-1/+1
2017-01-12Merge branch 's390-qeth-next'David S. Miller6-182/+212
2017-01-12s390/qeth: fix retrieval of vipa and proxy-arp addressesUrsula Braun1-14/+16
2017-01-12s390/qeth: issue STARTLAN as first IPA commandJulian Wiedmann4-35/+17
2017-01-12s390/qeth: shuffle MAC management functions aroundJulian Wiedmann1-66/+63
2017-01-12s390/qeth: extract qeth_l2_remove_mac()Julian Wiedmann1-14/+13
2017-01-12s390/qeth: consolidate errno translationJulian Wiedmann1-12/+8
2017-01-12s390/qeth: don't convert return code twiceJulian Wiedmann1-2/+1
2017-01-12s390/qeth: drop qeth_l2_del_all_macs() parameterJulian Wiedmann1-9/+2
2017-01-12s390/qeth: Remove QETH_IP_HEADER_SIZEJulian Wiedmann1-2/+0
2017-01-12s390/qeth: Allow reading hsuid in state DOWNJulian Wiedmann1-3/+0
2017-01-12s390/qeth: display warning for OSA3 RX/TX checksum offloadingThomas Richter1-0/+5
2017-01-12s390/qeth: test RX/TX checksum offload replyThomas Richter2-0/+23
2017-01-12s390/qeth: rework RX/TX checksum offloadThomas Richter3-33/+72
2017-01-12Merge branch 'bpf-cb-access'David S. Miller5-88/+563
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann3-13/+478
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann4-77/+87
2017-01-12Merge branch 'smc-fixes'David S. Miller3-8/+8
2017-01-12smc: ETH_ALEN as memcpy length for mac addressesUrsula Braun2-7/+7
2017-01-12net: fix AF_SMC related typoUrsula Braun1-1/+1
2017-01-12cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar1-1/+4
2017-01-12net: core: Make netif_wake_subqueue a wrapperFlorian Fainelli2-23/+13
2017-01-11net: thunderx: Make hfunc variable const type in nicvf_set_rxfh()Robert Richter1-1/+1
2017-01-11net: thunderx: Fix error return code in nicvf_open()Wei Yongjun1-1/+2