summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix wrong 160/80+80 MHz settingShay Bar2020-02-141-2/+14
* cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich2020-02-141-0/+1
* cfg80211: check wiphy driver existence for drvinfo reportSergey Matyukevich2020-02-071-2/+6
* mac80211: consider more elements in parsing CRCJohannes Berg2020-02-071-6/+12
* mac80211: fix quiet mode activation in action framesSara Sharon2020-02-071-4/+4
* mac80211: use more bits for ack_frame_idJohannes Berg2020-02-072-2/+2
* rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells2020-02-071-3/+19
* rxrpc: Fix service call disconnectionDavid Howells2020-02-071-2/+1
* net: sched: prevent a use after freeDan Carpenter2020-02-061-1/+1
* skbuff: fix a data race in skb_queue_len()Qian Cai2020-02-061-2/+9
* mptcp: fix use-after-free for ipv6Florian Westphal2020-02-061-3/+33
* devlink: report 0 after hitting end in region readJacob Keller2020-02-051-0/+6
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-051-2/+1
* mptcp: fix use-after-free on tcp fallbackFlorian Westphal2020-02-051-70/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-0421-120/+153
|\
| * l2tp: Allow duplicate session creation with UDPRidge Kennedy2020-02-041-1/+6
| * net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-041-20/+20
| * net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet2020-02-041-0/+2
| * Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski2020-02-0310-69/+83
| |\
| | * rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells2020-02-035-24/+15
| | * rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells2020-01-305-40/+62
| | * rxrpc: Fix insufficient receive notification generationDavid Howells2020-01-301-4/+2
| | * rxrpc: Fix use-after-free in rxrpc_put_local()David Howells2020-01-301-1/+4
| * | tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park2020-02-021-1/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-02-015-25/+27
| |\ \
| | * | netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey2020-01-311-0/+1
| | * | netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey2020-01-311-0/+1
| | * | netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey2020-01-311-1/+1
| | * | netfilter: Use kvcallocJoe Perches2020-01-312-4/+3
| | * | netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József2020-01-291-20/+21
| * | | cls_rsvp: fix rsvp_policyEric Dumazet2020-02-011-4/+2
| * | | tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet2020-02-011-0/+2
| * | | tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet2020-02-011-0/+2
| * | | tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet2020-02-011-0/+1
| * | | tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet2020-02-011-0/+1
* | | | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-043-3/+3
* | | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-0410-109/+103
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
| * | | net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard2020-01-311-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-01-3010-41/+64
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky2020-01-301-2/+2
| * | mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2020-01-302-6/+6
| * | net: drop_monitor: Use kstrdupJoe Perches2020-01-301-6/+2
| * | mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven2020-01-301-2/+4
| * | mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven2020-01-301-1/+1
| * | mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-294-1/+14
| * | mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal2020-01-291-2/+6
| * | mptcp: fix panic on user pointer accessFlorian Westphal2020-01-291-18/+22
| * | mptcp: defer freeing of cached ext until last momentFlorian Westphal2020-01-291-2/+4
| |/