summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08net: atm: remove the ambassador driverJakub Kicinski
2022-04-08Merge branch 'bnxt-xdp-multi-buffer'David S. Miller
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek
2022-04-08Merge branch 'tls-rx-refactor-part-1'David S. Miller
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski
2022-04-08tls: rx: refactor decrypt_skb_update()Jakub Kicinski
2022-04-08tls: rx: don't issue wake ups when data is decryptedJakub Kicinski
2022-04-08tls: rx: replace 'back' with 'offset'Jakub Kicinski
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski
2022-04-08tls: rx: init decrypted status in tls_read_size()Jakub Kicinski
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)
2022-04-07qed: remove an unneed NULL check on list iteratorXiaomeng Tong
2022-04-07sfc: Stop using iommu_present()Robin Murphy
2022-04-07net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji
2022-04-07Merge branch 'net-create-a-net-core-internal-header'Jakub Kicinski
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski
2022-04-07net: hyperv: remove use of bpf_op_tJakub Kicinski
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou
2022-04-06prestera: acl: add action hw_stats supportVolodymyr Mytnyk
2022-04-06ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-07random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld
2022-04-06bnx2x: Fix undefined behavior due to shift overflowing the constantBorislav Petkov
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-04-06bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack socketsMaxim Mikityanskiy
2022-04-06bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy
2022-04-06ip6_tunnel: Remove duplicate assignmentsHongbin Wang