| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-29 | Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 10 | -40/+45 |
| 2022-09-28 | mptcp: fix unreleased socket in accept queue | Menglong Dong | 3 | -27/+9 |
| 2022-09-28 | mptcp: factor out __mptcp_close() without socket lock | Menglong Dong | 2 | -2/+13 |
| 2022-09-28 | Revert "net: set proper memcg for net_init hooks allocations" | Shakeel Butt | 1 | -7/+0 |
| 2022-09-27 | Merge tag 'wireless-2022-09-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 6 | -10/+19 |
| 2022-09-27 | wifi: mac80211: mlme: Fix double unlock on assoc success handling | Rafael Mendonca | 1 | -1/+0 |
| 2022-09-27 | wifi: mac80211: mlme: Fix missing unlock on beacon RX | Rafael Mendonca | 1 | -2/+6 |
| 2022-09-27 | wifi: mac80211: fix memory corruption in minstrel_ht_update_rates() | Paweł Lenkow | 1 | -2/+4 |
| 2022-09-27 | wifi: mac80211: fix regression with non-QoS drivers | Hans de Goede | 1 | -0/+4 |
| 2022-09-27 | wifi: mac80211: ensure vif queues are operational after start | Alexander Wetzel | 1 | -2/+2 |
| 2022-09-27 | wifi: mac80211: don't start TX with fq->lock to fix deadlock | Alexander Wetzel | 1 | -1/+1 |
| 2022-09-27 | wifi: cfg80211: fix MCS divisor value | Tamizh Chelvam Raja | 1 | -2/+2 |
| 2022-09-26 | net: sched: act_ct: fix possible refcount leak in tcf_ct_init() | Hangyu Hua | 1 | -1/+4 |
| 2022-09-22 | Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 19 | -61/+125 |
| 2022-09-22 | net: sched: fix possible refcount leak in tc_new_tfilter() | Hangyu Hua | 1 | -0/+1 |
| 2022-09-22 | udp: Use WARN_ON_ONCE() in udp_read_skb() | Peilin Ye | 1 | -1/+1 |
| 2022-09-22 | net/smc: Stop the CLC flow if no link to map buffers on | Wen Gu | 1 | -1/+4 |
| 2022-09-20 | netfilter: nf_ct_ftp: fix deadlock when nat rewrite is needed | Florian Westphal | 1 | -2/+4 |
| 2022-09-20 | netfilter: ebtables: fix memory leak when blob is malformed | Florian Westphal | 1 | -1/+3 |
| 2022-09-20 | netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() | Tetsuo Handa | 1 | -0/+1 |
| 2022-09-20 | netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() | Tetsuo Handa | 1 | -4/+3 |
| 2022-09-20 | net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs | Vladimir Oltean | 1 | -3/+5 |
| 2022-09-20 | net/sched: taprio: avoid disabling offload when it was never enabled | Vladimir Oltean | 1 | -4/+6 |
| 2022-09-20 | ipv6: Fix crash when IPv6 is administratively disabled | Ido Schimmel | 1 | -2/+2 |
| 2022-09-20 | net: clear msg_get_inq in __get_compat_msghdr() | Tetsuo Handa | 1 | -0/+1 |
| 2022-09-20 | ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical section | Ido Schimmel | 2 | -1/+6 |
| 2022-09-20 | tcp: read multiple skbs in tcp_read_skb() | Cong Wang | 1 | -10/+19 |
| 2022-09-19 | Merge tag 'batadv-net-pullrequest-20220916' of git://git.open-mesh.org/linux-... | Jakub Kicinski | 1 | -0/+4 |
| 2022-09-16 | tcp: Use WARN_ON_ONCE() in tcp_read_skb() | Peilin Ye | 1 | -1/+1 |
| 2022-09-16 | net/ieee802154: fix uninit value bug in dgram_sendmsg | Haimin Zhang | 1 | -19/+23 |
| 2022-09-13 | mptcp: fix fwd memory accounting on coalesce | Paolo Abeni | 1 | -1/+7 |
| 2022-09-12 | Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -4/+7 |
| 2022-09-09 | net: core: fix flow symmetric hash | Ludovic Cintrat | 1 | -3/+2 |
| 2022-09-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 3 | -9/+33 |
| 2022-09-08 | Revert "SUNRPC: Remove unreachable error condition" | Dan Aloni | 1 | -0/+3 |
| 2022-09-08 | sch_sfb: Also store skb len before calling child enqueue | Toke Høiland-Jørgensen | 1 | -1/+2 |
| 2022-09-07 | net/smc: Fix possible access to freed memory in link clear | Yacan Liu | 4 | -0/+13 |
| 2022-09-07 | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM | Menglong Dong | 3 | -23/+6 |
| 2022-09-07 | netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find() | Pablo Neira Ayuso | 1 | -1/+3 |
| 2022-09-07 | netfilter: nf_conntrack_irc: Tighten matching on DCC message | David Leadbeater | 1 | -6/+28 |
| 2022-09-07 | netfilter: nf_conntrack_sip: fix ct_sip_walk_headers | Igor Ryzhov | 1 | -2/+2 |
| 2022-09-06 | tcp: fix early ETIMEDOUT after spurious non-SACK RTO | Neal Cardwell | 1 | -7/+18 |
| 2022-09-05 | Merge tag 'for-net-2022-09-02' of git://git.kernel.org/pub/scm/linux/kernel/g... | David S. Miller | 1 | -6/+6 |
| 2022-09-05 | ipv6: sr: fix out-of-bounds read when setting HMAC data. | David Lebrun | 1 | -0/+5 |
| 2022-09-05 | bonding: add all node mcast address when slave up | Hangbin Liu | 1 | -2/+6 |
| 2022-09-04 | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 4 | -9/+13 |
| 2022-09-03 | wifi: use struct_group to copy addresses | Johannes Berg | 2 | -3/+3 |
| 2022-09-03 | wifi: mac80211: fix locking in auth/assoc timeout | Johannes Berg | 1 | -6/+5 |
| 2022-09-03 | wifi: mac80211: mlme: release deflink channel in error case | Johannes Berg | 1 | -0/+1 |
| 2022-09-03 | wifi: mac80211: fix link warning in RX agg timer expiry | Mukesh Sisodiya | 1 | -0/+4 |
| 2022-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 9 | -97/+20 |
| 2022-09-02 | Bluetooth: hci_sync: Fix hci_read_buffer_size_sync | Luiz Augusto von Dentz | 1 | -6/+6 |
| 2022-09-02 | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 9 | -83/+270 |
| 2022-09-02 | tcp: TX zerocopy should not sense pfmemalloc status | Eric Dumazet | 2 | -2/+2 |
| 2022-09-02 | tipc: fix shift wrapping bug in map_get() | Dan Carpenter | 1 | -1/+1 |
| 2022-09-02 | sch_sfb: Don't assume the skb is still around after enqueueing to child | Toke Høiland-Jørgensen | 1 | -4/+6 |
| 2022-09-01 | SUNRPC: Fix call completion races with call_decode() | Trond Myklebust | 1 | -4/+4 |
| 2022-09-01 | rxrpc: Remove rxrpc_get_reply_time() which is no longer used | David Howells | 1 | -43/+0 |
| 2022-09-01 | rxrpc: Fix calc of resend age | David Howells | 1 | -1/+1 |
| 2022-09-01 | rxrpc: Fix local destruction being repeated | David Howells | 1 | -0/+3 |
| 2022-09-01 | rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2() | David Howells | 1 | -1/+1 |
| 2022-09-01 | rxrpc: Fix ICMP/ICMP6 error handling | David Howells | 6 | -38/+265 |
| 2022-09-01 | net/smc: Remove redundant refcount increase | Yacan Liu | 1 | -1/+0 |
| 2022-08-31 | Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb" | Jakub Kicinski | 1 | -3/+1 |
| 2022-08-31 | tcp: make global challenge ack rate limitation per net-ns and default disabled | Eric Dumazet | 2 | -12/+15 |
| 2022-08-31 | tcp: annotate data-race around challenge_timestamp | Eric Dumazet | 1 | -2/+2 |
| 2022-08-31 | net: dsa: hellcreek: Print warning only once | Kurt Kanzenbach | 1 | -1/+1 |
| 2022-08-31 | ip: fix triggering of 'icmp redirect' | Nicolas Dichtel | 1 | -2/+2 |
| 2022-09-01 | netfilter: nf_conntrack_irc: Fix forged IP logic | David Leadbeater | 1 | -2/+3 |
| 2022-08-31 | sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb | Toke Høiland-Jørgensen | 1 | -1/+3 |
| 2022-08-31 | kcm: fix strp_init() order and cleanup | Cong Wang | 1 | -8/+7 |
| 2022-08-31 | netfilter: nf_tables: clean up hook list when offload flags check fails | Pablo Neira Ayuso | 1 | -1/+3 |
| 2022-08-31 | netfilter: br_netfilter: Drop dst references before setting. | Harsh Modi | 2 | -0/+3 |
| 2022-08-31 | netfilter: remove nf_conntrack_helper sysctl and modparam toggles | Pablo Neira Ayuso | 5 | -94/+11 |
| 2022-08-30 | Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski | 1 | -1/+1 |
| 2022-08-30 | net/sched: fix netdevice reference leaks in attach_default_qdiscs() | Wang Hai | 1 | -15/+16 |
| 2022-08-30 | net: sched: tbf: don't call qdisc_put() while holding tree lock | Zhengchao Shao | 1 | -1/+3 |
| 2022-08-29 | net: Use u64_stats_fetch_begin_irq() for stats fetch. | Sebastian Andrzej Siewior | 2 | -6/+6 |
| 2022-08-29 | net: mac802154: Fix a condition in the receive path | Miquel Raynal | 1 | -1/+1 |
| 2022-08-26 | openvswitch: fix memory leak at failed datapath creation | Andrey Zhadchenko | 1 | -1/+3 |
| 2022-08-26 | Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 6 | -61/+105 |
| 2022-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 4 | -12/+17 |
| 2022-08-26 | Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 5 | -7/+16 |
| 2022-08-25 | Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn | Zhengping Jiang | 1 | -2/+4 |
| 2022-08-25 | Bluetooth: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |
| 2022-08-25 | Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt | Archie Pusaka | 1 | -1/+1 |
| 2022-08-25 | Bluetooth: ISO: Fix not handling shutdown condition | Luiz Augusto von Dentz | 1 | -10/+25 |
| 2022-08-25 | Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor() | Tetsuo Handa | 1 | -1/+0 |
| 2022-08-25 | Bluetooth: MGMT: Fix Get Device Flags | Luiz Augusto von Dentz | 1 | -29/+42 |
| 2022-08-25 | Bluetooth: L2CAP: Fix build errors in some archs | Luiz Augusto von Dentz | 1 | -5/+5 |
| 2022-08-25 | Bluetooth: hci_sync: Fix suspend performance regression | Luiz Augusto von Dentz | 1 | -10/+14 |
| 2022-08-25 | Bluetooth: hci_event: Fix vendor (unknown) opcode status handling | Hans de Goede | 1 | -0/+11 |
| 2022-08-25 | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 42 | -160/+250 |
| 2022-08-25 | rxrpc: Fix locking in rxrpc's sendmsg | David Howells | 2 | -38/+56 |
| 2022-08-25 | wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port() | Dan Carpenter | 1 | -1/+1 |
| 2022-08-25 | wifi: cfg80211: debugfs: fix return type in ht40allow_map_read() | Dan Carpenter | 1 | -1/+2 |
| 2022-08-25 | wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnected | Siddh Raman Pant | 1 | -0/+4 |
| 2022-08-25 | wifi: mac80211: fix possible leak in ieee80211_tx_control_port() | Yang Yingliang | 1 | -0/+1 |
| 2022-08-25 | wifi: mac80211: always free sta in __sta_info_alloc in case of error | Lorenzo Bianconi | 1 | -1/+1 |
| 2022-08-25 | wifi: mac80211: Fix UAF in ieee80211_scan_rx() | Siddh Raman Pant | 1 | -4/+7 |
| 2022-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 13 | -52/+105 |
| 2022-08-24 | net: Fix a data-race around sysctl_somaxconn. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-24 | net: Fix a data-race around netdev_unregister_timeout_secs. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-24 | net: Fix data-races around sysctl_devconf_inherit_init_net. | Kuniyuki Iwashima | 2 | -9/+12 |
| 2022-08-24 | net: Fix a data-race around netdev_budget_usecs. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-24 | net: Fix data-races around sysctl_max_skb_frags. | Kuniyuki Iwashima | 2 | -3/+3 |
| 2022-08-24 | net: Fix a data-race around netdev_budget. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-24 | net: Fix a data-race around sysctl_net_busy_read. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-24 | net: Fix a data-race around sysctl_tstamp_allow_data. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-24 | net: Fix data-races around sysctl_optmem_max. | Kuniyuki Iwashima | 5 | -14/+18 |
| 2022-08-24 | net: Fix data-races around netdev_tstamp_prequeue. | Kuniyuki Iwashima | 1 | -4/+4 |
| 2022-08-24 | net: Fix data-races around netdev_max_backlog. | Kuniyuki Iwashima | 4 | -5/+5 |
| 2022-08-24 | net: Fix data-races around weight_p and dev_weight_[rt]x_bias. | Kuniyuki Iwashima | 3 | -8/+11 |
| 2022-08-24 | net: Fix data-races around sysctl_[rw]mem_(max|default). | Kuniyuki Iwashima | 5 | -10/+10 |
| 2022-08-24 | net/core/skbuff: Check the return value of skb_copy_bits() | lily | 1 | -3/+2 |
| 2022-08-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 5 | -3/+6 |
| 2022-08-24 | net: neigh: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 1 | -3/+9 |
| 2022-08-24 | netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases | Eric Dumazet | 1 | -1/+0 |
| 2022-08-24 | netfilter: flowtable: fix stuck flows on cleanup due to pending work | Pablo Neira Ayuso | 2 | -4/+11 |
| 2022-08-24 | netfilter: flowtable: add function to invoke garbage collection immediately | Pablo Neira Ayuso | 1 | -3/+9 |
| 2022-08-24 | netfilter: nf_tables: disallow binding to already bound chain | Pablo Neira Ayuso | 1 | -0/+2 |
| 2022-08-24 | netfilter: nft_tunnel: restrict it to netdev family | Pablo Neira Ayuso | 1 | -0/+1 |
| 2022-08-24 | netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families | Pablo Neira Ayuso | 1 | -3/+15 |
| 2022-08-24 | netfilter: nf_tables: do not leave chain stats enabled on error | Pablo Neira Ayuso | 1 | -2/+4 |
| 2022-08-24 | netfilter: nft_payload: do not truncate csum_offset and csum_type | Pablo Neira Ayuso | 1 | -6/+13 |
| 2022-08-24 | netfilter: nft_payload: report ERANGE for too long offset and length | Pablo Neira Ayuso | 1 | -2/+8 |
| 2022-08-24 | netfilter: nf_tables: make table handle allocation per-netns friendly | Pablo Neira Ayuso | 1 | -2/+1 |
| 2022-08-24 | netfilter: nf_tables: disallow updates of implicit chain | Pablo Neira Ayuso | 1 | -0/+3 |
| 2022-08-23 | netfilter: nft_tproxy: restrict to prerouting hook | Florian Westphal | 1 | -0/+8 |
| 2022-08-23 | netfilter: conntrack: work around exceeded receive window | Florian Westphal | 1 | -0/+31 |
| 2022-08-23 | netfilter: ebtables: reject blobs that don't provide all entry points | Florian Westphal | 4 | -31/+1 |
| 2022-08-23 | net: dsa: don't dereference NULL extack in dsa_slave_changeupper() | Vladimir Oltean | 1 | -1/+1 |
| 2022-08-22 | Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -1/+1 |
| 2022-08-22 | rose: check NULL rose_loopback_neigh->loopback | Bernard Pidoux | 1 | -1/+2 |
| 2022-08-20 | batman-adv: Fix hang up with small MTU hard-interface | Shigeru Yoshida | 1 | -0/+4 |
| 2022-08-19 | SUNRPC: RPC level errors should set task->tk_rpc_status | Trond Myklebust | 1 | -1/+1 |
| 2022-08-18 | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels | Eyal Birger | 2 | -4/+5 |
| 2022-08-18 | tcp: handle pure FIN case correctly | Cong Wang | 2 | -3/+4 |
| 2022-08-18 | tcp: refactor tcp_read_skb() a bit | Cong Wang | 1 | -17/+9 |
| 2022-08-18 | tcp: fix tcp_cleanup_rbuf() for tcp_read_skb() | Cong Wang | 1 | -10/+14 |
| 2022-08-18 | tcp: fix sock skb accounting in tcp_read_skb() | Cong Wang | 1 | -0/+1 |
| 2022-08-18 | net: genl: fix error path memory leak in policy dumping | Jakub Kicinski | 2 | -3/+17 |
| 2022-08-17 | net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it | Vladimir Oltean | 1 | -2/+5 |
| 2022-08-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 7 | -90/+182 |
| 2022-08-17 | skmsg: Fix wrong last sg check in sk_msg_recvmsg() | Liu Jian | 1 | -2/+2 |
| 2022-08-17 | tls: rx: react to strparser initialization errors | Jakub Kicinski | 1 | -1/+3 |
| 2022-08-17 | xfrm: policy: fix metadata dst->dev xmit null pointer dereference | Nikolay Aleksandrov | 1 | -1/+1 |
| 2022-08-17 | netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y | Geert Uytterhoeven | 1 | -1/+0 |
| 2022-08-16 | net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpu | Zhengchao Shao | 1 | -1/+1 |
| 2022-08-15 | net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg | Zhengchao Shao | 1 | -0/+1 |
| 2022-08-15 | netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified | Pablo Neira Ayuso | 1 | -0/+5 |
| 2022-08-15 | netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA... | Pablo Neira Ayuso | 1 | -0/+3 |
| 2022-08-15 | netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flags | Pablo Neira Ayuso | 1 | -0/+24 |
| 2022-08-15 | xsk: Fix corrupted packets for XDP_SHARED_UMEM | Magnus Karlsson | 1 | -6/+10 |
| 2022-08-15 | net_sched: cls_route: disallow handle of 0 | Jamal Hadi Salim | 1 | -0/+10 |
| 2022-08-15 | net: fix potential refcount leak in ndisc_router_discovery() | Xin Xiong | 1 | -0/+3 |
| 2022-08-15 | neighbour: make proxy_queue.qlen limit per-device | Alexander Mikhalitsyn | 1 | -3/+22 |
| 2022-08-15 | neigh: fix possible DoS due to net iface start/stop loop | Denis V. Lunev | 1 | -8/+17 |
| 2022-08-15 | net: qrtr: start MHI channel after endpoit creation | Maxim Kochetkov | 1 | -5/+7 |
| 2022-08-13 | ip6_tunnel: Fix the type of functions | Hongbin Wang | 1 | -11/+8 |
| 2022-08-12 | netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flag | Pablo Neira Ayuso | 1 | -4/+9 |
| 2022-08-12 | net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change() | Xin Xiong | 1 | -2/+4 |
| 2022-08-12 | rds: add missing barrier to release_refill | Mikulas Patocka | 1 | -0/+1 |
| 2022-08-11 | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 38 | -258/+439 |
| 2022-08-11 | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 3 | -18/+31 |
| 2022-08-11 | netfilter: nf_tables: really skip inactive sets when allocating name | Pablo Neira Ayuso | 1 | -1/+1 |
| 2022-08-11 | netfilter: nfnetlink: re-enable conntrack expectation events | Florian Westphal | 1 | -12/+71 |
| 2022-08-11 | netfilter: nf_tables: fix scheduling-while-atomic splat | Florian Westphal | 1 | -4/+0 |
| 2022-08-11 | netfilter: nf_ct_irc: cap packet search space to 4k | Florian Westphal | 1 | -3/+9 |
| 2022-08-11 | netfilter: nf_ct_ftp: prefer skb_linearize | Florian Westphal | 1 | -18/+6 |
| 2022-08-11 | netfilter: nf_ct_h323: cap packet size at 64k | Florian Westphal | 1 | -1/+9 |
| 2022-08-11 | netfilter: nf_ct_sane: remove pseudo skb linearization | Florian Westphal | 1 | -38/+30 |
| 2022-08-10 | net/tls: Use RCU API to access tls_ctx->netdev | Maxim Mikityanskiy | 2 | -10/+31 |
| 2022-08-10 | tls: rx: device: don't try to copy too much on detach | Jakub Kicinski | 1 | -1/+1 |
| 2022-08-10 | tls: rx: device: bound the frag walk | Jakub Kicinski | 1 | -1/+7 |
| 2022-08-10 | net_sched: cls_route: remove from list when handle is 0 | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2022-08-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 3 | -3/+30 |
| 2022-08-10 | net: fix refcount bug in sk_psock_get (2) | Hawkins Jiawei | 1 | -1/+3 |
| 2022-08-10 | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 11 | -160/+465 |
| 2022-08-10 | bpf: Check the validity of max_rdwr_access for sock local storage map iterator | Hou Tao | 1 | -1/+1 |
| 2022-08-10 | bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator | Hou Tao | 1 | -1/+19 |
| 2022-08-10 | bpf: Acquire map uref in .init_seq_private for sock local storage map iterator | Hou Tao | 1 | -1/+9 |
| 2022-08-10 | netfilter: nf_tables: possible module reference underflow in error path | Pablo Neira Ayuso | 1 | -1/+1 |
| 2022-08-10 | netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV... | Pablo Neira Ayuso | 1 | -0/+1 |
| 2022-08-10 | netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a... | Pablo Neira Ayuso | 1 | -7/+13 |
| 2022-08-10 | devlink: Fix use-after-free after a failed reload | Ido Schimmel | 1 | -2/+2 |
| 2022-08-10 | vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout() | Peilin Ye | 1 | -0/+1 |
| 2022-08-10 | vsock: Fix memory leak in vsock_connect() | Peilin Ye | 1 | -1/+8 |
| 2022-08-10 | netlabel: fix typo in comment | Topi Miettinen | 1 | -1/+1 |
| 2022-08-10 | Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/... | David S. Miller | 2 | -2/+11 |
| 2022-08-09 | ipv6: do not use RT_TOS for IPv6 flowlabel | Matthias May | 1 | -2/+1 |
| 2022-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 6 | -134/+211 |
| 2022-08-09 | bpf: Allow calling bpf_prog_test kfuncs in tracing programs | Kumar Kartikeya Dwivedi | 1 | -0/+1 |
| 2022-08-09 | Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -1/+1 |
| 2022-08-09 | Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 1 | -3/+5 |
| 2022-08-09 | netfilter: nf_tables: fix null deref due to zeroed list head | Florian Westphal | 1 | -0/+1 |
| 2022-08-09 | netfilter: nf_tables: disallow jump to implicit chain from set element | Pablo Neira Ayuso | 1 | -0/+4 |
| 2022-08-09 | netfilter: nf_tables: upfront validation of data via nft_data_init() | Pablo Neira Ayuso | 5 | -113/+124 |
| 2022-08-09 | netfilter: nf_tables: do not allow RULE_ID to refer to another chain | Thadeu Lima de Souza Cascardo | 1 | -2/+5 |
| 2022-08-09 | netfilter: nf_tables: do not allow CHAIN_ID to refer to another table | Thadeu Lima de Souza Cascardo | 1 | -2/+4 |