summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | netfilter: delete repeated wordsRandy Dunlap2020-08-284-4/+4
| | | |/ | | |/|
| * / | tipc: fix using smp_processor_id() in preemptibleTuong Lien2020-08-311-3/+9
| |/ /
| * | net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| * | netlink: fix a data race in netlink_rcv_wake()zhudi2020-08-281-1/+1
| * | Merge tag 'mac80211-for-davem-2020-08-28' of git://git.kernel.org/pub/scm/lin...David S. Miller2020-08-287-86/+192
| |\ \
| | * | cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal2020-08-271-3/+5
| | * | mac80211: reduce packet loss event false positivesFelix Fietkau2020-08-272-18/+17
| | * | cfg80211: regulatory: reject invalid hintsJohannes Berg2020-08-271-0/+3
| | * | wireless: fix wrong 160/80+80 MHz settingShay Bar2020-08-271-4/+11
| | * | mac80211: improve AQL aggregation estimation for low data ratesFelix Fietkau2020-08-271-12/+26
| | * | mac80211: factor out code to look up the average packet length duration for a...Felix Fietkau2020-08-271-47/+74
| | * | mac80211: use rate provided via status->rate on ieee80211_tx_status_ext for AQLFelix Fietkau2020-08-273-6/+60
| | * | nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg2020-08-201-1/+1
| * | | rxrpc: Fix memory leak in rxkad_verify_response()Dinghao Liu2020-08-271-1/+2
| * | | Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2020-08-276-83/+155
| |\ \ \
| | * | | rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells2020-08-201-3/+13
| | * | | rxrpc: Fix loss of RTT samples due to interposed ACKDavid Howells2020-08-205-71/+132
| | * | | rxrpc: Keep the ACK serial in a var in rxrpc_input_ack()David Howells2020-08-201-10/+11
| | |/ /
| * | | net: Fix some commentsMiaohe Lin2020-08-274-5/+5
| * | | net: disable netpoll on fresh napisJakub Kicinski2020-08-272-2/+3
| * | | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-271-1/+2
| * | | mptcp: free acked data before waiting for more memoryFlorian Westphal2020-08-271-2/+1
| * | | taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-08-271-6/+24
| * | | net: caif: fix error code handlingTong Zhang2020-08-251-2/+2
| * | | Merge tag 'batadv-net-for-davem-20200824' of git://git.open-mesh.org/linux-mergeDavid S. Miller2020-08-253-8/+14
| |\ \ \
| | * | | batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna2020-08-181-1/+4
| | * | | batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing2020-08-181-5/+6
| | * | | batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann2020-08-181-2/+4
| * | | | net: Get rid of consume_skb when tracing is offHerbert Xu2020-08-251-0/+2
| * | | | netlabel: fix problems with mapping removalPaul Moore2020-08-251-29/+30
| * | | | sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-08-251-10/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-244-16/+87
| |\ \ \ \
| | * | | | netfilter: nf_tables: fix destination register zeroingFlorian Westphal2020-08-211-1/+3
| | * | | | netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso2020-08-211-1/+2
| | * | | | netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchStefano Brivio2020-08-211-1/+33
| | * | | | netfilter: nft_set_rbtree: Handle outcomes of tree rotations in overlap detec...Stefano Brivio2020-08-211-9/+14
| | * | | | netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal2020-08-201-4/+35
| | | |/ / | | |/| |
* | | | | Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-261-1/+0
|\ \ \ \ \
| * | | | | SUNRPC: remove duplicate includeWang Hai2020-08-191-1/+0
| | |_|/ / | |/| | |
* | | | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2485-176/+175
| |/ / / |/| | |
* | | | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-6/+8
|\ \ \ \
| * | | | bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko2020-08-201-6/+8
* | | | | tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long2020-08-211-0/+2
* | | | | net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-211-1/+1
* | | | | net: sctp: Fix negotiation of the number of data streams.David Laight2020-08-211-2/+4
* | | | | gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-08-211-1/+9
* | | | | net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye2020-08-201-7/+9
| |_|/ / |/| | |
* | | | netlink: fix state reallocation in policy exportJohannes Berg2020-08-201-0/+3
* | | | net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-191-7/+7