summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: reset network and mac headers in netlink_dump()Eric Dumazet2022-04-191-0/+7
* net: dsa: hellcreek: Calculate checksums in taggerKurt Kanzenbach2022-04-191-0/+8
* can: isotp: stop timeout monitoring when no first frame was sentOliver Hartkopp2022-04-171-1/+9
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-5/+6
* net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-152-6/+7
* l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern2022-04-151-1/+1
* net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-151-4/+4
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-151-6/+10
* openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio2022-04-151-1/+1
* ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye2022-04-151-3/+6
* ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye2022-04-151-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-153-7/+7
|\
| * esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-132-6/+4
| * xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern2022-04-041-1/+3
* | net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-151-4/+9
* | net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-151-1/+3
* | rxrpc: Restore removed timer deletionDavid Howells2022-04-151-0/+2
* | Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-1418-39/+68
|\ \
| * | rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata2022-04-141-0/+3
| * | nfc: nci: add flush_workqueue to prevent uafLin Ma2022-04-131-0/+4
| * | Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-04-133-2/+5
| |\ \
| | * | mac80211: fix ht_capa printout in debugfsBen Greear2022-04-111-1/+1
| | * | cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram2022-04-111-0/+2
| | * | nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg2022-04-111-1/+2
| * | | Revert "net: dsa: setup master before ports"Vladimir Oltean2022-04-131-13/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-122-5/+4
| |\ \ \
| | * | | netfilter: nf_tables: nft_parse_register can return a negative valueAntoine Tenart2022-04-121-1/+1
| | * | | netfilter: nft_socket: make cgroup match work in input tooFlorian Westphal2022-04-111-4/+3
| * | | | sctp: Initialize daddr on peeled off socketPetr Malat2022-04-111-1/+1
| * | | | net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul2022-04-111-2/+12
| * | | | net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul2022-04-111-2/+3
| * | | | net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul2022-04-111-2/+4
| * | | | ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel2022-04-111-1/+1
| |/ / /
| * | | net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-111-1/+2
| * | | net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-081-1/+1
| * | | sctp: use the correct skb for security_sctp_assoc_requestXin Long2022-04-081-3/+3
| * | | flow_dissector: fix false-positive __read_overflow2_field() warningJakub Kicinski2022-04-081-1/+1
| * | | net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-082-5/+14
* | | | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-122-1/+4
|\ \ \ \
| * | | | SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-062-1/+4
* | | | | Merge tag 'nfs-for-5.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-04-086-33/+74
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SUNRPC: Move the call to xprt_send_pagedata() out of xprt_sock_sendmsg()Trond Myklebust2022-04-073-11/+19
| * | | | SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust2022-04-071-1/+3
| * | | | SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2022-04-072-0/+12
| * | | | SUNRPC: Handle low memory situations in call_status()Trond Myklebust2022-04-071-0/+5
| * | | | SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust2022-04-071-0/+2
| * | | | SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-04-072-9/+14
| * | | | SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-293-13/+20
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-061-4/+13
|\ \ \ \ \
| * | | | | bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy2022-04-061-4/+13