summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-09-122-4/+7
|\
| * Revert "SUNRPC: Remove unreachable error condition"Dan Aloni2022-09-081-0/+3
| * SUNRPC: Fix call completion races with call_decode()Trond Myklebust2022-09-011-4/+4
* | sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-081-1/+2
* | net/smc: Fix possible access to freed memory in link clearYacan Liu2022-09-074-0/+13
* | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-073-23/+6
* | tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-061-7/+18
* | Merge tag 'for-net-2022-09-02' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2022-09-051-6/+6
|\ \
| * | Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz2022-09-021-6/+6
* | | ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-051-0/+5
* | | bonding: add all node mcast address when slave upHangbin Liu2022-09-051-2/+6
* | | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-09-044-9/+13
|\ \ \
| * | | wifi: use struct_group to copy addressesJohannes Berg2022-09-032-3/+3
| * | | wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg2022-09-031-6/+5
| * | | wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg2022-09-031-0/+1
| * | | wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya2022-09-031-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-029-97/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater2022-09-011-2/+3
| * | | netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso2022-08-311-1/+3
| * | | netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2022-08-312-0/+3
| * | | netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-315-94/+11
* | | | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-029-83/+270
|\ \ \ \
| * | | | rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-43/+0
| * | | | rxrpc: Fix calc of resend ageDavid Howells2022-09-011-1/+1
| * | | | rxrpc: Fix local destruction being repeatedDavid Howells2022-09-011-0/+3
| * | | | rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells2022-09-011-1/+1
| * | | | rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-016-38/+265
* | | | | tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-022-2/+2
* | | | | tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-021-1/+1
* | | | | sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-021-4/+6
* | | | | net/smc: Remove redundant refcount increaseYacan Liu2022-09-011-1/+0
* | | | | Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-08-311-3/+1
* | | | | tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-312-12/+15
* | | | | tcp: annotate data-race around challenge_timestampEric Dumazet2022-08-311-2/+2
* | | | | net: dsa: hellcreek: Print warning only onceKurt Kanzenbach2022-08-311-1/+1
* | | | | ip: fix triggering of 'icmp redirect'Nicolas Dichtel2022-08-311-2/+2
* | | | | sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-08-311-1/+3
* | | | | kcm: fix strp_init() order and cleanupCong Wang2022-08-311-8/+7
| |/ / / |/| | |
* | | | Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-08-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-08-291-1/+1
* | | | net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai2022-08-301-15/+16
* | | | net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-08-301-1/+3
* | | | net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-292-6/+6
* | | | openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko2022-08-261-1/+3
* | | | Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-08-266-61/+105
|\ \ \ \
| * | | | Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang2022-08-251-2/+4
| * | | | Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-3/+3
| * | | | Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka2022-08-251-1/+1
| * | | | Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz2022-08-251-10/+25
| * | | | Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa2022-08-251-1/+0