summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-14net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov1-0/+2
2020-10-14net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-14netlink: fix policy dump leakJohannes Berg2-15/+18
2020-10-14tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson1-1/+16
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-14espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca1-1/+5
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-07mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-10-07mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit1-1/+2
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