aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-30sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'Christophe JAILLET1-3/+2
2019-12-30tcp_cubic: refactor code to perform a divide only when neededEric Dumazet1-23/+28
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-144/+357
2019-12-28Merge branch 'DSA-TX-tstamp'David S. Miller2-3/+37
2019-12-28net: dsa: Deny PTP on master if switch supports itVladimir Oltean1-0/+30
2019-12-28gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean1-3/+7
2019-12-28net/wan/fsl_ucc_hdlc: remove set but not used variables 'ut_info' and 'ret'Chen Zhou1-9/+5
2019-12-27Merge branch 'ethtool-netlink-part-one'David S. Miller19-55/+3683
2019-12-27ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek9-6/+146
2019-12-27ethtool: add LINKMODES_NTF notificationMichal Kubecek5-2/+12
2019-12-27ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek5-0/+269
2019-12-27ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek7-1/+207
2019-12-27ethtool: add LINKINFO_NTF notificationMichal Kubecek5-2/+16
2019-12-27ethtool: add default notification handlerMichal Kubecek2-1/+92
2019-12-27ethtool: set link settings with LINKINFO_SET requestMichal Kubecek5-2/+101
2019-12-27ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek9-51/+209
2019-12-27ethtool: provide string sets with STRSET_GET requestMichal Kubecek7-3/+570
2019-12-27ethtool: default handlers for GET requestsMichal Kubecek2-1/+436
2019-12-27ethtool: support for netlink notificationsMichal Kubecek4-0/+48
2019-12-27ethtool: netlink bitset handlingMichal Kubecek5-1/+883
2019-12-27ethtool: helper functions for netlink interfaceMichal Kubecek3-0/+392
2019-12-27ethtool: introduce ethtool netlink interfaceMichal Kubecek8-1/+318
2019-12-27sctp: do trace_sctp_probe after SACK validation and checkKevin Kou1-9/+9
2019-12-27mv88e6xxx: Add serdes Rx statisticsNikita Yushchenko3-3/+109
2019-12-27net: ena: remove set but not used variable 'rx_ring'YueHaibing1-3/+0
2019-12-27net: dsa: qca: ar9331: drop pointless static qualifier in ar9331_sw_mbus_initMao Wenan1-1/+1
2019-12-27ppp: Remove redundant BUG_ON() check in ppp_pernetXu Wang1-2/+0
2019-12-27Merge branch 'tcp_cubic-various-fixes'David S. Miller1-31/+51
2019-12-27tcp_cubic: make Hystart aware of pacingEric Dumazet1-1/+12
2019-12-27tcp_cubic: tweak Hystart detection for short RTT flowsEric Dumazet1-2/+21
2019-12-27tcp_cubic: switch bictcp_clock() to usec resolutionEric Dumazet1-21/+14
2019-12-27tcp_cubic: remove one conditional from hystart_update()Eric Dumazet1-2/+2
2019-12-27tcp_cubic: optimize hystart_update()Eric Dumazet1-6/+3
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller110-2721/+6901
2019-12-27bpftool: Make skeleton C code compilable with C++ compilerAndrii Nakryiko3-6/+16
2019-12-26Merge branch 's390-qeth-next'David S. Miller4-187/+200
2019-12-26s390/qeth: remove QETH_RX_PULL_LENJulian Wiedmann2-3/+4
2019-12-26s390/qeth: use napi_gro_frags() for SG skbsJulian Wiedmann1-17/+50
2019-12-26s390/qeth: consolidate RX codeJulian Wiedmann4-174/+153
2019-12-26af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan1-18/+12
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant3-7/+28
2019-12-26Merge branch 'RTL8211F-RGMII-RX-TX-delay-configuration-improvements'David S. Miller1-8/+51
2019-12-26net: phy: realtek: add support for configuring the RX delay on RTL8211FMartin Blumenstingl1-10/+36
2019-12-26net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl1-1/+18
2019-12-26Merge branch 'mlxsw-spectrum_router-Cleanups'David S. Miller1-217/+101
2019-12-26mlxsw: spectrum_router: Remove FIB entry list from FIB nodeIdo Schimmel1-151/+74
2019-12-26mlxsw: spectrum_router: Consolidate identical functionsIdo Schimmel1-49/+22
2019-12-26mlxsw: spectrum_router: Make route creation and destruction symmetricIdo Schimmel1-3/+15
2019-12-26mlxsw: spectrum_router: Eliminate dead codeIdo Schimmel1-10/+0
2019-12-26mlxsw: spectrum_router: Remove unnecessary checksIdo Schimmel1-15/+1