summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-2543-123/+320
|\
| * Merge branch 'tap-tun-harden-by-dropping-short-frame'Jakub Kicinski2024-07-252-0/+8
| |\
| | * tun: add missing verification for short frameDongli Zhang2024-07-251-0/+3
| | * tap: add missing verification for short frameSi-Wei Liu2024-07-251-0/+5
| |/
| * mISDN: Fix a use after free in hfcmulti_tx()Dan Carpenter2024-07-251-3/+4
| * gve: Fix an edge case for TSO skb validity checkBailey Forrest2024-07-251-1/+21
| * bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo2024-07-251-0/+17
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-2519-70/+177
| |\
| | * selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata testStanislav Fomichev2024-07-252-1/+6
| | * xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_lenStanislav Fomichev2024-07-253-9/+20
| | * bpf: Fix a segment issue when downgrading gso_sizeFred Li2024-07-251-4/+11
| | * tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song2024-07-221-1/+1
| | * bpf, events: Use prog to emit ksymbol event for main programHou Tao2024-07-191-15/+13
| | * selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOBMichal Luczaj2024-07-171-3/+33
| | * selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flagsMichal Luczaj2024-07-171-22/+26
| | * selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj2024-07-171-2/+1
| | * af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj2024-07-172-1/+43
| | * bpftool: Fix typo in usage helpDonald Hunter2024-07-171-1/+1
| | * libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2024-07-173-7/+9
| | * MAINTAINERS: Update powerpc BPF JIT maintainersNaveen N Rao2024-07-171-1/+3
| | * MAINTAINERS: Update email address of NaveenNaveen N Rao2024-07-172-3/+5
| | * selftests/bpf: fexit_sleep: Fix stack allocation for arm64Puranjay Mohan2024-07-172-2/+7
| * | tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)2024-07-251-3/+0
| * | net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...Breno Leitao2024-07-251-2/+1
| * | Merge tag 'nf-24-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-07-251-2/+10
| |\ \
| | * | netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal2024-07-241-2/+10
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2024-07-255-5/+25
| |\ \ \
| | * | | ice: Fix recipe read procedureWojciech Drewek2024-07-241-4/+4
| | * | | ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki2024-07-244-1/+21
| | |/ /
| * | | MAINTAINERS: make Breno the netconsole maintainerJakub Kicinski2024-07-241-0/+6
| * | | MAINTAINERS: Update bonding entryJay Vosburgh2024-07-241-3/+2
| * | | net: nexthop: Initialize all fields in dumped nexthopsPetr Machata2024-07-241-3/+4
| * | | net: stmmac: Correct byte order of perfect_matchSimon Horman2024-07-244-5/+5
| * | | selftests: forwarding: skip if kernel not support setting bridge fdb learning...Hangbin Liu2024-07-241-0/+18
| * | | tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida2024-07-241-1/+4
| |/ /
| * | net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg2024-07-231-5/+2
| * | net: airoha: Fix MBI_RX_AGE_SEL_MASK definitionLorenzo Bianconi2024-07-231-1/+1
| * | l2tp: make session IDR and tunnel session list coherentJames Chapman2024-07-231-18/+14
| * | ipv4: Fix incorrect source address in Record Route optionIdo Schimmel2024-07-231-1/+1
* | | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-255-6/+8
|\ \ \
| * | | vsprintf: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-122-0/+2
| * | | printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-033-6/+6
* | | | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-2593-258/+258
|\ \ \ \
| * | | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-2493-258/+258
* | | | | Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-252-5/+17
|\ \ \ \ \
| * | | | | x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel2024-07-181-5/+15
| * | | | | efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma2024-07-171-0/+2
* | | | | | Merge tag 'kgdb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2024-07-254-20/+8
|\ \ \ \ \ \
| * | | | | | kdb: Get rid of redundant kdb_curr_task()Zheng Zengkai2024-06-213-17/+5
| * | | | | | kdb: Use the passed prompt in kdb_position_cursor()Douglas Anderson2024-06-211-1/+1