summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz2022-08-251-29/+42
| * | Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-08-251-5/+5
| * | Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz2022-08-251-10/+14
| * | Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede2022-08-251-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-264-12/+17
|\ \ \
| * | | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-182-4/+5
| * | | skmsg: Fix wrong last sg check in sk_msg_recvmsg()Liu Jian2022-08-171-2/+2
| * | | xsk: Fix corrupted packets for XDP_SHARED_UMEMMagnus Karlsson2022-08-151-6/+10
* | | | Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-08-265-7/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()Dan Carpenter2022-08-251-1/+1
| * | | wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-08-251-1/+2
| * | | wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-08-251-0/+4
| * | | wifi: mac80211: fix possible leak in ieee80211_tx_control_port()Yang Yingliang2022-08-251-0/+1
| * | | wifi: mac80211: always free sta in __sta_info_alloc in case of errorLorenzo Bianconi2022-08-251-1/+1
| * | | wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-08-251-4/+7
* | | | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-2542-161/+251
|\ \ \ \
| * | | | rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-252-39/+57
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-2413-52/+105
| |\ \ \
| | * | | netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet2022-08-241-1/+0
| | * | | netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-242-4/+11
| | * | | netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-3/+9
| | * | | netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-241-0/+2
| | * | | netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-241-0/+1
| | * | | netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-08-241-3/+15
| | * | | netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso2022-08-241-2/+4
| | * | | netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-08-241-6/+13
| | * | | netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-08-241-2/+8
| | * | | netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-2/+1
| | * | | netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso2022-08-241-0/+3
| | * | | netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal2022-08-231-0/+8