summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-27net/mlx5e: Replace deprecated PCI_DMA_TODEVICEMaxim Mikityanskiy1-1/+1
2019-06-27xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy4-21/+22
2019-06-27xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy2-17/+29
2019-06-27libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy1-0/+12
2019-06-27xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy3-0/+36
2019-06-27xsk: Add API to check for available entries in FQMaxim Mikityanskiy3-0/+41
2019-06-27net/mlx5e: Attach/detach XDP program safelyMaxim Mikityanskiy1-11/+20
2019-06-27bpf: fix cgroup bpf release synchronizationRoman Gushchin1-1/+18
2019-06-26xdp: Make __mem_id_disconnect staticYueHaibing1-1/+1
2019-06-26samples: bpf: make the use of xdp samples consistentDaniel T. Lee4-12/+42
2019-06-26bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song1-13/+14
2019-06-26selftests/bpf: build tests with debug infoAndrii Nakryiko1-1/+1
2019-06-26libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk1-1/+1
2019-06-25veth: Support bulk XDP_TXToshiaki Makita1-12/+48
2019-06-25xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2-0/+30
2019-06-25selftests, bpf: Add test for veth native XDPToshiaki Makita4-0/+162
2019-06-25xsk: sample kernel code is now in libbpfEric Leblond1-1/+15
2019-06-25libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King1-4/+4
2019-06-25samples: bpf: Remove bpf_debug macro in favor of bpf_printkMichal Rostecki1-12/+6
2019-06-23Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup'David S. Miller6-61/+95
2019-06-23ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang4-8/+37
2019-06-23ipv6: convert rx data path to not take refcnt on dstWei Wang1-3/+4
2019-06-23ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang3-7/+20
2019-06-23ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang1-0/+3
2019-06-23ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2-43/+31
2019-06-23doc: phy: document some PHY_INTERFACE_MODE_xxx settingsRussell King1-1/+44
2019-06-23inet: fix compilation warnings in fqdir_pre_exit()Qian Cai1-1/+1
2019-06-23net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lockRasmus Villemoes9-148/+158
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran1-2/+2
2019-06-23hinic: fix dereference of pointer hwdev before it is null checkedColin Ian King1-6/+15
2019-06-23Merge branch 'net-mediatek-Add-MT7621-TRGMII-mode-support'David S. Miller4-14/+85
2019-06-23net: dsa: mt7530: Add MT7621 TRGMII mode supportRené van Dorst2-10/+40
2019-06-23net: ethernet: mediatek: Add MT7621 TRGMII mode supportRené van Dorst2-4/+45
2019-06-23netns: restore ops before calling ops_exit_listLi RongQing1-1/+1
2019-06-23ipv6: Error when route does not have any valid nexthopsIdo Schimmel1-0/+6
2019-06-23fjes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+2
2019-06-23net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel5-27/+24
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5301-26605/+7190
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-112/+123
2019-06-22Merge branch 'PCI-let-pci_disable_link_state-propagate-errors'David S. Miller3-14/+21
2019-06-22r8169: don't activate ASPM in chip if OS can't control ASPMHeiner Kallweit1-2/+6
2019-06-22PCI: let pci_disable_link_state propagate errorsHeiner Kallweit2-12/+15
2019-06-22tcp: refine memory limit test in tcp_fragment()Eric Dumazet1-1/+2
2019-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-62/+174
2019-06-21Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-16/+14
2019-06-21x86/vdso: Prevent segfaults due to hoisted vclock readsAndy Lutomirski1-2/+13
2019-06-21SUNRPC: Fix a credential refcount leakTrond Myklebust1-1/+0
2019-06-21Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"Anna Schumaker2-6/+2
2019-06-21net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi1-0/+1
2019-06-21NFS4: Only set creation opendata if O_CREATBenjamin Coddington1-9/+11