summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* atm: hide unused procfs functionsArnd Bergmann2023-06-091-0/+2
* netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-06-091-0/+4
* wifi: mac80211: simplify chanctx allocationJohannes Berg2023-06-091-1/+1
* xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-06-091-5/+6
* rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-091-1/+7
* net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-091-0/+3
* udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-06-091-1/+1
* net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-06-091-1/+1
* net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-06-091-0/+4
* net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-06-091-0/+5
* net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-06-092-3/+8
* net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-06-091-0/+6
* net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-06-091-0/+6
* tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-06-091-1/+2
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-093-0/+9
* af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet2023-06-091-3/+5
* af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2023-06-092-3/+3
* netrom: fix info-leak in nr_write_internal()Eric Dumazet2023-06-091-3/+4
* netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey2023-06-051-8/+0
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-053-3/+17
* bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li2023-06-051-0/+28
* xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior2023-06-051-1/+2
* page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-06-051-2/+26
* net: page_pool: use in_softirq() insteadQingfang DENG2023-06-051-3/+3
* xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen2023-06-051-30/+62
* sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-301-4/+7
* ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-301-0/+2
* net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-301-1/+3
* udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-302-0/+4
* can: isotp: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-241-1/+1
* can: j1939: recvmsg(): allow MSG_CMSG_COMPAT flagOliver Hartkopp2023-05-241-1/+1
* bridge: always declare tunnel functionsArnd Bergmann2023-05-241-4/+4
* netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal2023-05-241-7/+13
* netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal2023-05-241-3/+1
* vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet2023-05-241-2/+2
* wifi: mac80211: fix min center freq offset tracingJohannes Berg2023-05-241-1/+1
* tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-241-2/+2
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-241-3/+6
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-243-2/+19
* net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()Dong Chenchen2023-05-241-5/+3
* SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-241-1/+1
* SUNRPC: always free ctxt when freeing deferred requestNeilBrown2023-05-244-27/+39
* SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2023-05-243-9/+4
* SUNRPC: Remove dead code in svc_tcp_release_rqst()Chuck Lever2023-05-241-9/+0
* SUNRPC: double free xprt_ctxt while still in useNeilBrown2023-05-241-1/+2
* erspan: get the proto with the md version for collect_mdXin Long2023-05-241-5/+8
* tcp: fix possible sk_priority leak in tcp_v4_send_reset()Eric Dumazet2023-05-241-2/+3
* vsock: avoid to close connected socket after the timeoutZhuang Shengen2023-05-241-1/+1
* af_key: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner2023-05-241-4/+8
* Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-05-242-53/+4