summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-01SUNRPC: Fix svc_flush_dcache()Chuck Lever1-1/+1
2020-10-01mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin1-3/+4
2020-10-01cfg80211: fix 6 GHz channel conversionJohannes Berg1-1/+1
2020-10-01mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong1-1/+2
2020-10-01lib80211: fix unmet direct dependendices config warning when !CRYPTONecip Fazil Yildiran1-0/+1
2020-10-01batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2020-10-01batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing3-14/+30
2020-10-01batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing3-13/+53
2020-10-01xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel1-9/+8
2020-10-01batman-adv: Add missing include for in_interrupt()Sven Eckelmann1-0/+1
2020-10-01bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-10-01mac802154: tx: fix use-after-freeEric Dumazet1-3/+5
2020-10-01netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidPablo Neira Ayuso1-2/+2
2020-10-01netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron1-0/+2
2020-10-01netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi1-16/+3
2020-10-01netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-1/+2
2020-10-01batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing1-0/+4
2020-10-01batman-adv: bla: fix type misuse for backbone_gw hash indexingLinus Lüssing1-3/+4
2020-09-26Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo1-11/+11
2020-09-26net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean1-2/+16
2020-09-26net: qrtr: check skb_put_padto() return valueEric Dumazet1-10/+11
2020-09-26tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-26tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-26net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-6/+3
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-09-26net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-26net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-26net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-26net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata1-0/+8
2020-09-26net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean1-10/+17
2020-09-26ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-09-26ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-26ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern3-0/+3
2020-09-26ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-09-23xprtrdma: Release in-flight MRs on disconnectChuck Lever1-0/+2
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-23mptcp: sendmsg: reset iter on errorFlorian Westphal1-2/+6
2020-09-17cfg80211: Adjust 6 GHz frequency to channel conversionAmar Singhal1-3/+5
2020-09-17mac80211: reduce packet loss event false positivesFelix Fietkau2-18/+17
2020-09-17wireless: fix wrong 160/80+80 MHz settingShay Bar1-4/+11
2020-09-17netfilter: nft_set_rbtree: Detect partial overlap with start endpoint matchStefano Brivio1-1/+33
2020-09-17netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal1-4/+35
2020-09-12mptcp: free acked data before waiting for more memoryFlorian Westphal1-2/+1
2020-09-12net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-09-12tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6