summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel18-27/+50
2022-04-08net/sched: flower: Take verbose flag into account when logging error messagesIdo Schimmel1-6/+6
2022-04-08net/sched: matchall: Take verbose flag into account when logging error messagesIdo Schimmel1-10/+7
2022-04-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2-290/+211
2022-04-08Merge branch 'aspeed-mdio-c45'David S. Miller1-34/+89
2022-04-08net: mdio: aspeed: Add c45 supportPotin Lai1-5/+32
2022-04-08net: mdio: aspeed: Introduce read write function for c22 and c45Potin Lai1-12/+34
2022-04-08net: mdio: aspeed: move reg accessing part into separate functionsPotin Lai1-32/+38
2022-04-08net: atm: remove the ambassador driverJakub Kicinski6-3076/+0
2022-04-08Merge branch 'bnxt-xdp-multi-buffer'David S. Miller5-113/+416
2022-04-08bnxt: XDP multibuffer enablementAndy Gospodarek2-4/+4
2022-04-08bnxt: support transmit and free of aggregation buffersAndy Gospodarek5-23/+126
2022-04-08bnxt: adding bnxt_xdp_build_skb to build skb from multibuffer xdp_buffAndy Gospodarek3-7/+85
2022-04-08bnxt: add page_pool support for aggregation ring when using xdpAndy Gospodarek1-30/+47
2022-04-08bnxt: change receive ring space parametersAndy Gospodarek2-15/+28
2022-04-08bnxt: set xdp_buff pfmemalloc flag if neededAndy Gospodarek1-5/+9
2022-04-08bnxt: adding bnxt_rx_agg_pages_xdp for aggregated xdpAndy Gospodarek1-0/+31
2022-04-08bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skbAndy Gospodarek1-11/+11
2022-04-08bnxt: refactor bnxt_rx_pages operate on skb_shared_infoAndy Gospodarek1-17/+33
2022-04-08bnxt: add flag to denote that an xdp program is currently attachedAndy Gospodarek1-0/+7
2022-04-08bnxt: refactor bnxt_rx_xdp to separate xdp_init_buff/xdp_prepare_buffAndy Gospodarek4-19/+53
2022-04-08Merge branch 'tls-rx-refactor-part-1'David S. Miller4-81/+70
2022-04-08tls: hw: rx: use return value of tls_device_decrypted() to carry statusJakub Kicinski2-8/+4
2022-04-08tls: rx: refactor decrypt_skb_update()Jakub Kicinski1-33/+33
2022-04-08tls: rx: don't issue wake ups when data is decryptedJakub Kicinski1-2/+0
2022-04-08tls: rx: replace 'back' with 'offset'Jakub Kicinski1-5/+4
2022-04-08tls: rx: use a define for tag lengthJakub Kicinski2-2/+3
2022-04-08tls: rx: init decrypted status in tls_read_size()Jakub Kicinski1-4/+1
2022-04-08tls: rx: don't store the decryption status in socket contextJakub Kicinski4-6/+9
2022-04-08tls: rx: don't store the record type in socket contextJakub Kicinski3-28/+23
2022-04-08tls: rx: drop pointless else after gotoJakub Kicinski1-2/+1
2022-04-08tls: rx: jump to a more appropriate labelJakub Kicinski1-3/+4
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski89-536/+1041
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds65-388/+712
2022-04-07net: mpls: fix memdup.cocci warningGONG, Ruiqi1-2/+1
2022-04-07hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()Andrea Parri (Microsoft)1-4/+4
2022-04-07qed: remove an unneed NULL check on list iteratorXiaomeng Tong1-2/+2
2022-04-07sfc: Stop using iommu_present()Robin Murphy1-1/+3
2022-04-07net: ethernet: set default assignment identifier to NET_NAME_ENUMIan Wienand1-1/+1
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan3-9/+60
2022-04-07net-core: rx_otherhost_dropped to core_statsJeffrey Ji5-0/+10
2022-04-07Merge branch 'net-create-a-net-core-internal-header'Jakub Kicinski12-80/+110
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski11-70/+108
2022-04-07net: unexport a handful of dev_* functionsJakub Kicinski1-6/+0
2022-04-07net: hyperv: remove use of bpf_op_tJakub Kicinski1-4/+2
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-20/+132
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-35/+39
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds6-6/+15
2022-04-07ice: switch: convert packet template match code to rodataAlexander Lobakin1-107/+108
2022-04-07ice: switch: use convenience macros to declare dummy pkt templatesAlexander Lobakin1-71/+62