Age | Commit message (Expand) | Author |
2022-11-03 | net: devlink: track netdev with devlink_port assigned | Jiri Pirko |
2022-11-03 | net: devlink: take RTNL in port_fill() function only if it is not held | Jiri Pirko |
2022-11-03 | net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set() | Jiri Pirko |
2022-11-03 | net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set() | Jiri Pirko |
2022-11-03 | net: devlink: convert devlink port type-specific pointers to union | Jiri Pirko |
2022-11-03 | bridge: Add MAC Authentication Bypass (MAB) support | Hans J. Schultz |
2022-11-03 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2022-11-03 | bpf: make sure skb->len != 0 when redirecting to a tunneling device | Stanislav Fomichev |
2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-11-03 | Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-11-03 | net: dcb: add new apptrust attribute | Daniel Machon |
2022-11-03 | net: dcb: add new pcp selector to app object | Daniel Machon |
2022-11-03 | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang |
2022-11-03 | vsock: fix possible infinite sleep in vsock_connectible_wait_data() | Dexuan Cui |
2022-11-03 | vsock: remove the unused 'wait' in vsock_connectible_recvmsg() | Dexuan Cui |
2022-11-02 | ipv6: fix WARNING in ip6_route_net_exit_late() | Zhengchao Shao |
2022-11-02 | bridge: Fix flushing of dynamic FDB entries | Ido Schimmel |
2022-11-02 | net, neigh: Fix null-ptr-deref in neigh_table_clear() | Chen Zhongjin |
2022-11-02 | net/smc: Fix possible leaked pernet namespace in smc_init() | Chen Zhongjin |
2022-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski |
2022-11-02 | Bluetooth: L2CAP: Fix attempting to access uninitialized memory | Luiz Augusto von Dentz |
2022-11-02 | Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm | Luiz Augusto von Dentz |
2022-11-02 | Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM | Luiz Augusto von Dentz |
2022-11-02 | Bluetooth: hci_conn: Fix not restoring ISO buffer count on disconnect | Luiz Augusto von Dentz |
2022-11-02 | Bluetooth: L2CAP: Fix memory leak in vhci_write | Hawkins Jiawei |
2022-11-02 | Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() | Zhengchao Shao |
2022-11-02 | Bluetooth: hci_conn: Fix CIS connection dst_type handling | Pauli Virtanen |
2022-11-02 | Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu | Maxim Mikityanskiy |
2022-11-02 | netfilter: ipset: enforce documented limit to prevent allocating huge memory | Jozsef Kadlecsik |
2022-11-02 | Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2022-11-02 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2022-11-02 | nfc: Add KCOV annotations | Dmitry Vyukov |
2022-11-02 | rose: Fix NULL pointer dereference in rose_send_frame() | Zhang Qilong |
2022-11-02 | netfilter: nf_nat: Fix possible memory leak in nf_nat_init() | Chen Zhongjin |
2022-11-02 | wifi: mac80211: Set TWT Information Frame Disabled bit as 1 | Howard Hsu |
2022-11-02 | wifi: mac80211: Fix ack frame idr leak when mesh has no route | Nicolas Cavallari |
2022-11-02 | wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit() | Zhengchao Shao |
2022-11-02 | ipvs: fix WARNING in ip_vs_app_net_cleanup() | Zhengchao Shao |
2022-11-02 | ipvs: fix WARNING in __ip_vs_cleanup_batch() | Zhengchao Shao |
2022-11-02 | ipvs: use explicitly signed chars | Jason A. Donenfeld |
2022-11-01 | netlink: introduce bigendian integer types | Florian Westphal |
2022-11-01 | tcp: refine tcp_prune_ofo_queue() logic | Eric Dumazet |
2022-11-01 | net: core: inet[46]_pton strlen len types | Dr. David Alan Gilbert |
2022-11-01 | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues | Wang Yufen |
2022-11-01 | netfilter: nf_tables: release flow rule object from commit path | Pablo Neira Ayuso |
2022-11-01 | netfilter: nf_tables: netlink notifier might race to release objects | Pablo Neira Ayuso |
2022-10-31 | net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR | Eric Dumazet |
2022-10-31 | net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT | Eric Dumazet |
2022-10-31 | net: dropreason: add SKB_DROP_REASON_DUP_FRAG | Eric Dumazet |
2022-10-31 | net: dropreason: propagate drop_reason to skb_release_data() | Eric Dumazet |