summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-243-5/+5
* kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-223-9/+9
* Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-2198-400/+739
|\
| * tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-11-162-5/+15
| * l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-6/+13
| * net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean2022-11-151-0/+10
| * net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun2022-11-151-1/+1
| * bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel2022-11-151-3/+14
| * kcm: close race conditions on sk_receive_queueCong Wang2022-11-151-52/+6
| * net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-143-2/+18
| * net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao2022-11-141-3/+0
| * net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()Yu Liao2022-11-111-2/+3
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-111-0/+1
| |\
| | * bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-041-0/+1
| * | mctp: Fix an error handling path in mctp_init()Wei Yongjun2022-11-092-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-11-092-1/+3
| |\ \
| | * | netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-081-1/+2
| | * | netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-081-0/+1
| * | | Merge tag 'linux-can-fixes-for-6.1-20221107' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-11-083-34/+43
| |\ \ \ | | |/ / | |/| |
| | * | can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp2022-11-071-0/+3
| | * | can: isotp: fix tx state handling for echo tx processingOliver Hartkopp2022-11-071-33/+38
| | * | can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao2022-11-071-1/+1
| | * | can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packetChen Zhongjin2022-11-071-0/+1
| * | | sctp: clear out_curr if all frag chunks of current msg are prunedXin Long2022-11-071-0/+5
| * | | sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long2022-11-071-5/+3
| * | | tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-071-1/+1
| |/ /
| * | ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-071-0/+1
| * | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei2022-11-071-1/+1
| |/
| * Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-037-9/+31
| |\
| | * wifi: mac80211: Set TWT Information Frame Disabled bit as 1Howard Hsu2022-11-021-0/+3
| | * wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-11-021-1/+1
| | * wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao2022-11-021-0/+5
| | * wifi: cfg80211: Fix bitrates overflow issuePaul Zhang2022-10-211-2/+4
| | * wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-10-211-3/+9
| | * wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-10-211-2/+6
| | * wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-10-211-1/+3
| * | net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-031-17/+19
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-033-11/+11
| |\ \
| | * | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-032-8/+6
| | * | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-011-3/+5
| * | | Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-0325-85/+204
| |\ \ \
| | * | | vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui2022-11-031-1/+4
| | * | | vsock: remove the unused 'wait' in vsock_connectible_recvmsg()Dexuan Cui2022-11-031-2/+0
| | * | | ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-021-4/+10
| | * | | bridge: Fix flushing of dynamic FDB entriesIdo Schimmel2022-11-022-2/+2
| | * | | net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-021-1/+1
| | * | | net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-11-025-37/+52
| | |\ \ \
| | | * | | netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-021-24/+6
| | | * | | netfilter: nf_nat: Fix possible memory leak in nf_nat_init()Chen Zhongjin2022-11-021-1/+10