summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal2022-04-281-14/+38
* netfilter: conntrack: fix udp offload timeout sysctlVolodymyr Mytnyk2022-04-271-1/+1
* netfilter: nf_conntrack_tcp: re-init for syn packets onlyFlorian Westphal2022-04-271-15/+6
* net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-271-9/+5
* mctp: defer the kfree of object mdev->addrsLin Ma2022-04-261-1/+1
* net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu2022-04-252-23/+59
* net/smc: Only save the original clcsock callback functionsWen Gu2022-04-253-20/+67
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-252-2/+9
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-252-1/+12
* net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean2022-04-251-1/+1
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-252-6/+7
* ip6_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-6/+5
* ip_gre: Make o_seqno start from 0 in native modePeilin Ye2022-04-251-5/+3
* net/smc: sync err code when tcp connection was refusedliuyacan2022-04-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-04-254-4/+14
|\
| * netfilter: Update ip6_route_me_harder to consider L3 domainMartin Willi2022-04-251-2/+8
| * netfilter: flowtable: Remove the empty fileRongguang Wei2022-04-251-0/+0
| * netfilter: nft_set_rbtree: overlap detection with element re-addition after d...Pablo Neira Ayuso2022-04-221-1/+5
| * ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang2022-04-191-1/+1
* | sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-04-231-0/+4
* | tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-231-3/+8
* | net: bridge: switchdev: check br_vlan_group() return valueClément Léger2022-04-231-0/+2
* | tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri2022-04-231-1/+1
* | net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin2022-04-221-0/+2
* | 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
| |\ \ \