summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Use sa_family_t everywhere in reuseport testsJakub Sitnicki2019-12-131-3/+3
* selftests/bpf: Let libbpf determine program type from section nameJakub Sitnicki2019-12-132-10/+4
* libbpf: Recognize SK_REUSEPORT programs from section nameJakub Sitnicki2019-12-131-0/+1
* libbpf: Fix printf compilation warnings on ppc64le archAndrii Nakryiko2019-12-121-18/+19
* bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-114-2/+11
* bpf: Emit audit messages upon successful prog load and unloadDaniel Borkmann2019-12-112-0/+34
* bpf: Switch to offsetofend in BPF_PROG_TEST_RUNStanislav Fomichev2019-12-111-8/+4
* libbpf: Bump libpf current version to v0.0.7Andrii Nakryiko2019-12-111-0/+3
* ARM: net: bpf: Improve prologue code sequenceRussell King2019-12-111-17/+13
* cxgb4: add support for high priority filtersShahjada Abul Husain2019-12-109-86/+234
* enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun2019-12-101-2/+1
* nfp: add support for TLV device statsJakub Kicinski2019-12-104-7/+242
* tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima2019-12-101-2/+0
* enetc: add software timestampingMichael Walle2019-12-102-0/+3
* Merge branch 'tipc-introduce-variable-window-congestion-control'David S. Miller2019-12-109-83/+172
|\
| * tipc: introduce variable window congestion controlJon Maloy2019-12-109-79/+160
| * tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy2019-12-101-1/+5
| * tipc: eliminate gap indicator from ACK messagesJon Maloy2019-12-101-5/+9
|/
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2019-12-091-9/+9
* net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor2019-12-091-1/+1
* net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2019-12-092-5/+6
* Merge branch 'dp83867-fix-fifo-depth'David S. Miller2019-12-092-16/+58
|\
| * net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depthDan Murphy2019-12-091-13/+49
| * dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optionalDan Murphy2019-12-091-3/+9
|/
* net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-095-4/+24
* sctp: get netns from asoc and ep baseXin Long2019-12-0914-62/+49
* net: sfp: avoid tx-fault with Nokia GPON moduleRussell King2019-12-091-12/+30
* qed: remove redundant assignments to rcColin Ian King2019-12-091-5/+5
* NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2019-12-091-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-12-095-6/+125
|\
| * Bluetooth: btusb: Disable runtime suspend on Realtek devicesKai-Heng Feng2019-12-051-0/+4
| * Bluetooth: btusb: fix memory leak on fwColin Ian King2019-11-291-1/+1
| * Bluetooth: btusb: fix non-atomic allocation in completion handlerJohan Hovold2019-11-281-1/+1
| * dt-bindings: net: bluetooth: Minor fix in broadcom-bluetoothAbhishek Pandit-Subedi2019-11-271-1/+1
| * Bluetooth: hci_bcm: Support pcm params in dtsAbhishek Pandit-Subedi2019-11-271-0/+19
| * dt-bindings: net: bluetooth: update broadcom-bluetoothAbhishek Pandit-Subedi2019-11-271-0/+7
| * Bluetooth: btbcm: Support pcm configurationAbhishek Pandit-Subedi2019-11-272-0/+62
| * Bluetooth: hci_bcm: Disallow set_baudrate for BCM4354Abhishek Pandit-Subedi2019-11-271-2/+29
| * Bluetooth: btusb: Edit the logical value for Realtek Bluetooth resetMax Chou2019-11-271-2/+2
* | net: WireGuard secure network tunnelJason A. Donenfeld2019-12-0836-0/+7755
* | Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\ \
| * | r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * | net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * | r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * | vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * | net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * | net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * | inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * | gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1