summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* lwt: Disable BH too in run_lwt_bpf()Dongdong Wang2020-12-301-4/+4
* cfg80211: initialize rekey_dataSara Sharon2020-12-301-1/+1
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-301-1/+2
* mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-301-4/+10
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-301-2/+2
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-304-16/+55
* SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-301-30/+35
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-301-0/+5
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-301-7/+5
* netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen2020-12-301-2/+0
* netfilter: nft_dynset: fix timeouts later than 23 daysPablo Neira Ayuso2020-12-302-5/+7
* netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2020-12-302-6/+40
* netfilter: x_tables: Switch synchronization to RCUSubash Abhinov Kasiviswanathan2020-12-304-55/+36
* xsk: Replace datagram_poll by sock_poll_waitXuan Zhuo2020-12-301-1/+3
* xsk: Fix xsk_poll()'s return typeLuc Van Oostenryck2020-12-301-4/+4
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-211-3/+6
* tcp: select sane initial rcvq_space.space for big MSSEric Dumazet2020-12-211-1/+2
* bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang2020-12-213-9/+41
* udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long2020-12-211-1/+1
* net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-211-1/+3
* mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-211-3/+1
* ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-211-1/+1
* netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso2020-12-112-0/+21
* netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal2020-12-111-1/+2
* tipc: fix a deadlock when flushing scheduled workHoang Huu Le2020-12-114-19/+20
* netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet2020-12-111-2/+1
* can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-12-111-2/+5
* net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-081-0/+3
* net: openvswitch: ensure LSE is pullable before reading itDavide Caratti2020-12-081-0/+3
* net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti2020-12-081-0/+3
* net/x25: prevent a couple of overflowsDan Carpenter2020-12-081-2/+4
* net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart2020-12-081-3/+13
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-12-081-3/+4
* netfilter: bridge: reset skb->pkt_type after NF_INET_POST_ROUTING traversalAntoine Tenart2020-12-081-2/+5
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-12-081-0/+5
* sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-12-081-1/+1
* rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-12-081-4/+13
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-12-081-1/+4
* net/tls: missing received data after fast remote closeVadim Fedorenko2020-12-081-0/+6
* net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-12-081-2/+2
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-12-081-9/+17
* devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-12-081-0/+4
* batman-adv: set .owner to THIS_MODULETaehee Yoo2020-12-021-0/+1
* ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-12-021-1/+1
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-241-10/+4
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-241-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-242-22/+4
* bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend2020-11-241-19/+53
* bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend2020-11-241-1/+1
* bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend2020-11-241-2/+15