summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-02wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari
2022-11-02wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao
2022-11-02ipvs: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao
2022-11-02ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao
2022-11-02ipvs: use explicitly signed charsJason A. Donenfeld
2022-11-01netlink: introduce bigendian integer typesFlorian Westphal
2022-11-01bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen
2022-11-01netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso
2022-11-01netfilter: nf_tables: netlink notifier might race to release objectsPablo Neira Ayuso
2022-10-31net: sched: Fix use after free in red_enqueue()Dan Carpenter
2022-10-28net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean
2022-10-28net: also flag accepted sockets supporting msghdr originated zerocopyStefan Metzmacher
2022-10-28net/ulp: remove SOCK_SUPPORT_ZC from tls socketsPavel Begunkov
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-10-28udp: advertise ipv6 udp support for msghdr::ubuf_infoPavel Begunkov
2022-10-28net: openvswitch: add missing .resv_start_opJakub Kicinski
2022-10-27SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever
2022-10-27SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-10-27Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel
2022-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski
2022-10-27af_key: Fix send_acquire race with pfkey_registerHerbert Xu
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-10-24Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2022-10-24mptcp: fix abba deadlock on fastopenPaolo Abeni
2022-10-24mptcp: factor out mptcp_connect()Paolo Abeni
2022-10-24mptcp: set msk local address earlierPaolo Abeni
2022-10-24genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski
2022-10-24ethtool: eeprom: fix null-deref on genl_info in dumpXin Long
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao
2022-10-24kcm: annotate data-races around kcm->rx_waitEric Dumazet
2022-10-24kcm: annotate data-races around kcm->rx_psockEric Dumazet
2022-10-24mac802154: Fix LQI recordingMiquel Raynal
2022-10-23Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-22net: flag sockets supporting msghdr originated zerocopyPavel Begunkov
2022-10-21ethtool: pse-pd: fix null-deref on genl_info in dumpJakub Kicinski
2022-10-21wifi: cfg80211: Fix bitrates overflow issuePaul Zhang
2022-10-21wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel
2022-10-21wifi: mac80211: fix memory free error when registering wiphy failtaozhang
2022-10-21wifi: cfg80211: silence a sparse RCU warningJohannes Berg
2022-10-20tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long