summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: commit action insertions togetherCong Wang2020-10-141-9/+23
* net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-10-1421-64/+21
* net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam2020-10-141-9/+25
* net/tls: race causes kernel panicRohit Maheshwari2020-10-141-2/+7
* net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov2020-10-141-0/+2
* net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault2020-10-141-2/+2
* netlink: fix policy dump leakJohannes Berg2020-10-142-15/+18
* tcp: fix receive window update in tcp_add_backlog()Eric Dumazet2020-10-141-3/+3
* rxrpc: Fix server keyring leakDavid Howells2020-10-141-1/+1
* rxrpc: The server keyring isn't network-namespacedDavid Howells2020-10-141-1/+1
* rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells2020-10-141-3/+3
* rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells2020-10-141-2/+2
* rxrpc: Fix rxkad token xdr encodingMarc Dionne2020-10-141-2/+10
* xfrm: Use correct address family in xfrm_state_findHerbert Xu2020-10-141-4/+7
* xsk: Do not discard packet when NETDEV_TX_BUSYMagnus Karlsson2020-10-141-1/+16
* xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony2020-10-141-1/+1
* xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony2020-10-141-0/+28
* xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony2020-10-141-0/+1
* openvswitch: handle DNAT tuple collisionDumitru Ceara2020-10-141-9/+13
* sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-141-0/+1
* espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca2020-10-141-1/+5
* xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca2020-10-141-1/+1
* tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-141-1/+2
* net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam2020-10-141-0/+3
* mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-10-071-4/+4
* mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit2020-10-071-1/+2
* SUNRPC: Fix svc_flush_dcache()Chuck Lever2020-10-011-1/+1
* mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin2020-10-011-3/+4
* cfg80211: fix 6 GHz channel conversionJohannes Berg2020-10-011-1/+1
* mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong2020-10-011-1/+2
* lib80211: fix unmet direct dependendices config warning when !CRYPTONecip Fazil Yildiran2020-10-011-0/+1
* batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing2020-10-011-16/+87
* batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing2020-10-013-14/+30
* batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing2020-10-013-13/+53
* xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel2020-10-011-9/+8
* batman-adv: Add missing include for in_interrupt()Sven Eckelmann2020-10-011-0/+1
* bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann2020-10-011-2/+2
* mac802154: tx: fix use-after-freeEric Dumazet2020-10-011-3/+5
* netfilter: nft_meta: use socket user_ns to retrieve skuid and skgidPablo Neira Ayuso2020-10-011-2/+2
* netfilter: conntrack: nf_conncount_init is failing with IPv6 disabledEelco Chaudron2020-10-011-0/+2
* netfilter: ctnetlink: fix mark based dump filtering regressionMartin Willi2020-10-011-16/+3
* netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker2020-10-011-1/+2
* batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing2020-10-011-0/+4
* batman-adv: bla: fix type misuse for backbone_gw hash indexingLinus Lüssing2020-10-011-3/+4
* Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo2020-09-261-11/+11
* net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean2020-09-261-2/+16
* net: qrtr: check skb_put_padto() return valueEric Dumazet2020-09-261-10/+11
* tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-09-261-1/+2
* tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-261-4/+1
* tipc: Fix memory leak in tipc_group_create_member()Peilin Ye2020-09-261-4/+10