Age | Commit message (Expand) | Author | Files | Lines |
2022-11-16 | tcp: configurable source port perturb table size | Gleb Mazovetskiy | 2 | -5/+15 |
2022-11-16 | l2tp: Serialize access to sk_user_data with sk_callback_lock | Jakub Sitnicki | 1 | -6/+13 |
2022-11-16 | net: dsa: don't leak tagger-owned storage on switch driver unbind | Vladimir Oltean | 1 | -0/+10 |
2022-11-16 | net/x25: Fix skb leak in x25_lapb_receive_frame() | Wei Yongjun | 1 | -1/+1 |
2022-11-15 | bridge: switchdev: Fix memory leaks when changing VLAN protocol | Ido Schimmel | 1 | -3/+14 |
2022-11-15 | kcm: close race conditions on sk_receive_queue | Cong Wang | 1 | -52/+6 |
2022-11-14 | net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims | Vladimir Oltean | 3 | -2/+18 |
2022-11-14 | net: caif: fix double disconnect client in chnl_net_open() | Zhengchao Shao | 1 | -3/+0 |
2022-11-12 | net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init() | Yu Liao | 1 | -2/+3 |
2022-11-12 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -0/+1 |
2022-11-10 | mctp: Fix an error handling path in mctp_init() | Wei Yongjun | 2 | -2/+4 |
2022-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 2 | -1/+3 |
2022-11-09 | Merge tag 'linux-can-fixes-for-6.1-20221107' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 3 | -34/+43 |
2022-11-09 | netfilter: Cleanup nft_net->module_list from nf_tables_exit_net() | Shigeru Yoshida | 1 | -1/+2 |
2022-11-09 | netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg() | Ziyang Xuan | 1 | -0/+1 |
2022-11-08 | sctp: clear out_curr if all frag chunks of current msg are pruned | Xin Long | 1 | -0/+5 |
2022-11-08 | sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent | Xin Long | 1 | -5/+3 |
2022-11-08 | tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header | Xin Long | 1 | -1/+1 |
2022-11-07 | can: j1939: j1939_send_one(): fix missing CAN header initialization | Oliver Hartkopp | 1 | -0/+3 |
2022-11-07 | can: isotp: fix tx state handling for echo tx processing | Oliver Hartkopp | 1 | -33/+38 |
2022-11-07 | can: af_can: fix NULL pointer dereference in can_rx_register() | Zhengchao Shao | 1 | -1/+1 |
2022-11-07 | can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packet | Chen Zhongjin | 1 | -0/+1 |
2022-11-07 | ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network | Alexander Potapenko | 1 | -0/+1 |
2022-11-07 | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent | Lu Wei | 1 | -1/+1 |
2022-11-04 | bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb() | Baisong Zhong | 1 | -0/+1 |
2022-11-04 | Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 7 | -9/+31 |
2022-11-04 | net: gso: fix panic on frag_list with mixed head alloc types | Jiri Benc | 1 | -17/+19 |
2022-11-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 3 | -11/+11 |
2022-11-03 | Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 25 | -85/+204 |
2022-11-03 | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang | 2 | -8/+6 |
2022-11-03 | vsock: fix possible infinite sleep in vsock_connectible_wait_data() | Dexuan Cui | 1 | -1/+4 |
2022-11-03 | vsock: remove the unused 'wait' in vsock_connectible_recvmsg() | Dexuan Cui | 1 | -2/+0 |
2022-11-03 | ipv6: fix WARNING in ip6_route_net_exit_late() | Zhengchao Shao | 1 | -4/+10 |
2022-11-03 | bridge: Fix flushing of dynamic FDB entries | Ido Schimmel | 2 | -2/+2 |
2022-11-03 | net, neigh: Fix null-ptr-deref in neigh_table_clear() | Chen Zhongjin | 1 | -1/+1 |
2022-11-03 | net/smc: Fix possible leaked pernet namespace in smc_init() | Chen Zhongjin | 1 | -2/+4 |
2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 5 | -37/+52 |
2022-11-03 | Bluetooth: L2CAP: Fix attempting to access uninitialized memory | Luiz Augusto von Dentz | 1 | -1/+2 |
2022-11-03 | Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm | Luiz Augusto von Dentz | 1 | -1/+1 |
2022-11-03 | Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM | Luiz Augusto von Dentz | 1 | -0/+25 |
2022-11-03 | Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect | Luiz Augusto von Dentz | 1 | -0/+11 |
2022-11-03 | Bluetooth: L2CAP: Fix memory leak in vhci_write | Hawkins Jiawei | 1 | -4/+3 |
2022-11-03 | Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() | Zhengchao Shao | 1 | -0/+1 |
2022-11-03 | Bluetooth: hci_conn: Fix CIS connection dst_type handling | Pauli Virtanen | 2 | -8/+13 |
2022-11-03 | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu | Maxim Mikityanskiy | 1 | -7/+41 |
2022-11-02 | netfilter: ipset: enforce documented limit to prevent allocating huge memory | Jozsef Kadlecsik | 1 | -24/+6 |
2022-11-02 | Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2 | -3/+11 |
2022-11-02 | rose: Fix NULL pointer dereference in rose_send_frame() | Zhang Qilong | 1 | -0/+3 |
2022-11-02 | netfilter: nf_nat: Fix possible memory leak in nf_nat_init() | Chen Zhongjin | 1 | -1/+10 |
2022-11-02 | wifi: mac80211: Set TWT Information Frame Disabled bit as 1 | Howard Hsu | 1 | -0/+3 |