summaryrefslogtreecommitdiffstats
path: root/include/net/udplite.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-14tcp: record most recent RTT in RACK loss detectionYuchung Cheng4-35/+50
2017-01-14tcp: new helper for RACK to detect lossYuchung Cheng3-15/+22
2017-01-14tcp: new helper function for RACK loss detectionYuchung Cheng1-7/+14
2017-01-14liquidio: use fallback for selecting txqSatanand Burla2-41/+0
2017-01-14net: 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-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-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-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-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
2017-01-11sfc: efx_get_phys_port_id() can be staticWei Yongjun1-2/+2
2017-01-11net/sched: cls_flower: Support matching on ARPSimon Horman2-0/+62
2017-01-11flow disector: ARP supportSimon Horman2-0/+76
2017-01-11net: netcp: correct netcp_get_stats function signatureKeerthy1-3/+1
2017-01-11net: vrf: do not allow table id 0David Ahern1-0/+2
2017-01-11net: phy: marvell: fix Marvell 88E1512 used in SGMII modeRussell King1-1/+2
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King1-1/+1
2017-01-11net: ipv4: Fix multipath selection with vrfDavid Ahern2-2/+9
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli1-10/+0
2017-01-11net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli1-0/+10
2017-01-11cgroup: move CONFIG_SOCK_CGROUP_DATA to init/KconfigArnd Bergmann2-4/+4
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot2-32/+12
2017-01-11gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3