summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault2019-04-111-1/+1
* net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi2019-04-111-3/+1
* fou: correct spelling of encapsulationSimon Horman2019-04-111-2/+2
* Merge branch 'net-sched-taprio-fix-picos_per_byte-miscalculation'David S. Miller2019-04-112-30/+165
|\
| * net/sched: cbs: fix port_rate miscalculationLeandro Dorileo2019-04-111-14/+84
| * net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo2019-04-111-16/+81
|/
* net: strparser: fix commentJakub Kicinski2019-04-101-1/+1
* ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-102-2/+4
* Merge branch 'net-sched-move-back-qlen-to-per-CPU-accounting'David S. Miller2019-04-105-71/+105
|\
| * Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-103-20/+28
| * net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2019-04-103-9/+42
| * net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni2019-04-102-42/+31
| * net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni2019-04-101-1/+1
| * net: caif: avoid using qdisc_qlen()Paolo Abeni2019-04-101-4/+8
|/
* net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit2019-04-092-15/+0
* Merge branch 'netdevsim-small-spring-cleanup'David S. Miller2019-04-093-34/+2
|\
| * netdevsim: assume CONFIG_NET_DEVLINK is always enabledJiri Pirko2019-04-092-27/+1
| * netdevsim: let net core to free netdevsim netdevJiri Pirko2019-04-091-1/+1
| * netdevsim: remove nsim_dellink() implementationJiri Pirko2019-04-091-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-09146-1109/+1478
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0914-28/+89
| |\
| | * Merge branch 'bnxt_en-fixes'David S. Miller2019-04-091-3/+13
| | |\
| | | * bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-091-0/+6
| | | * bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-091-3/+7
| | |/
| | * net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas2019-04-091-1/+3
| | * Merge branch 'ethtool-fix-use-of-SPEED_UNKNOWN-constant'David S. Miller2019-04-094-8/+8
| | |\
| | | * qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-091-1/+1
| | | * broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-092-6/+6
| | | * ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich2019-04-091-1/+1
| | |/
| | * Merge branch 'erspan-use-after-free'David S. Miller2019-04-092-12/+23
| | |\
| | | * net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-091-7/+13
| | | * net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-091-5/+10
| | |/
| | * r8169: disable ASPM againHeiner Kallweit2019-04-091-0/+6
| | * MAINTAINERS: ieee802154: update documentation file patternStefan Schmidt2019-04-081-1/+1
| | * net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin2019-04-081-2/+6
| | * selftests: add a tc matchall test caseNicolas Dichtel2019-04-081-0/+20
| | * nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-071-1/+1
| | * NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-071-0/+8
| * | Merge branch 'fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2019-04-097-21/+108
| |\ \
| | * | selftests/tpm2: Open tpm dev in unbuffered modeTadeusz Struk2019-04-091-2/+2
| | * | selftests/tpm2: Extend tests to cover partial readsTadeusz Struk2019-04-092-0/+64
| | * | KEYS: trusted: fix -Wvarags warningndesaulniers@google.com2019-04-092-3/+3
| | * | tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-091-2/+2
| | * | KEYS: trusted: allow trusted.ko to initialize w/o a TPMJarkko Sakkinen2019-04-091-5/+23
| | * | tpm: fix an invalid condition in tpm_common_pollTadeusz Struk2019-04-091-1/+8
| | * | tpm: turn on TPM on suspend for TPM 1.xJarkko Sakkinen2019-04-091-8/+6
| * | | Merge tag 'xtensa-20190408' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-04-094-11/+24
| |\ \ \ | | |/ / | |/| |
| | * | xtensa: fix format string warning in init_pmdMax Filippov2019-04-051-1/+1
| | * | xtensa: fix return_addressMax Filippov2019-04-041-1/+5
| | * | xtensa: fix initialization of pt_regs::syscall in start_threadMax Filippov2019-04-041-9/+12