Age | Commit message (Expand) | Author | Files | Lines |
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 | rose: check NULL rose_loopback_neigh->loopback | Bernard Pidoux | 1 | -1/+2 |
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-18 | net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it | Vladimir Oltean | 1 | -2/+5 |
2022-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 7 | -90/+182 |
2022-08-17 | tls: rx: react to strparser initialization errors | Jakub Kicinski | 1 | -1/+3 |
2022-08-17 | netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to y | Geert Uytterhoeven | 1 | -1/+0 |
2022-08-17 | net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpu | Zhengchao Shao | 1 | -1/+1 |
2022-08-16 | 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 | 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-11 | net/tls: Use RCU API to access tls_ctx->netdev | Maxim Mikityanskiy | 2 | -10/+31 |
2022-08-11 | tls: rx: device: don't try to copy too much on detach | Jakub Kicinski | 1 | -1/+1 |
2022-08-11 | tls: rx: device: bound the frag walk | Jakub Kicinski | 1 | -1/+7 |
2022-08-11 | net_sched: cls_route: remove from list when handle is 0 | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2022-08-11 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 3 | -3/+30 |
2022-08-11 | net: fix refcount bug in sk_psock_get (2) | Hawkins Jiawei | 1 | -1/+3 |
2022-08-11 | 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 |