summaryrefslogtreecommitdiffstats
path: root/kernel/audit.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet1-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet1-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet2-0/+5
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet1-6/+12
2023-03-30net: ena: removed unused tx_bytes variableSimon Horman1-2/+0
2023-03-30octeon_ep: unlock the correct lock on error pathDan Carpenter1-1/+1
2023-03-30ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang4-0/+354
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree4-17/+366
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree2-0/+174
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree3-0/+111
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree1-0/+61
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree3-2/+122
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree1-1/+25
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu3-2/+31
2023-03-29macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu1-28/+46
2023-03-29selftests: mptcp: add mptcp_info testsGeliang Tang1-1/+46
2023-03-29mptcp: do not fill info not used by the PM in usedMatthieu Baerts1-7/+13
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-03-29mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-03-296lowpan: Remove redundant initialisation.Kuniyuki Iwashima1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima6-28/+17
2023-03-29selftests/bpf: add a test case for vsock sockmapBobby Eshleman1-0/+163
2023-03-29selftests/bpf: add vsock to vmtest.shBobby Eshleman3-0/+8
2023-03-29vsock: support sockmapBobby Eshleman9-6/+281
2023-03-29testing/vsock: add vsock_perf to gitignoreBobby Eshleman1-0/+1
2023-03-29docs: netlink: document the sub-type attribute propertyDonald Hunter2-0/+24
2023-03-29docs: netlink: document struct support for genetlink-legacyDonald Hunter1-3/+71
2023-03-29netlink: specs: add partial specification for openvswitchDonald Hunter2-0/+292
2023-03-29tools: ynl: Add fixed-header support to ynlDonald Hunter3-12/+44
2023-03-29tools: ynl: Add struct attr decoding to ynlDonald Hunter3-1/+21
2023-03-29tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-29tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-29docs: netdev: clarify the need to sending reverts as patchesJakub Kicinski1-1/+8
2023-03-29net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-29Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner7-38/+23
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo8-35/+42
2023-03-29net/mlx5e: Fix build break on 32bitSaeed Mahameed1-2/+2
2023-03-28net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsDragos Tatulea5-85/+25
2023-03-28net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea3-3/+34
2023-03-28net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2-5/+44
2023-03-28net/mlx5e: RX, Split off release path for xsk buffers for legacy rqDragos Tatulea1-15/+35
2023-03-28net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea4-23/+66
2023-03-28net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea3-4/+8
2023-03-28net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea4-10/+25
2023-03-28net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea3-9/+9
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea5-88/+121
2023-03-28net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea4-27/+4
2023-03-28net/mlx5e: RX, Remove internal page_cacheDragos Tatulea3-72/+0