summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-09-26ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-26net: qrtr: check skb_put_padto() return valueEric Dumazet1-9/+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-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-16/+33
2020-09-26net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-26net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata1-0/+8
2020-09-26ipv6: avoid lockdep issue in fib6_del()Eric Dumazet1-4/+9
2020-09-26ip: fix tos reflection in ack and reset packetsWei Wang1-1/+2
2020-09-26af_key: pfkey_dump needs parameter validationMark Salyzyn1-0/+7
2020-09-23SUNRPC: stop printk reading past end of stringJ. Bruce Fields1-2/+2
2020-09-23net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin1-3/+7
2020-09-23dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
2020-09-17netfilter: conntrack: allow sctp hearbeat after connection re-useFlorian Westphal1-4/+35
2020-09-12net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long1-10/+6
2020-09-12netlabel: fix problems with mapping removalPaul Moore1-29/+30
2020-09-09cfg80211: regulatory: reject invalid hintsJohannes Berg1-0/+3
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso4-38/+39
2020-09-09netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-1/+3
2020-09-09netfilter: nf_tables: add NFTA_SET_USERDATA if not nullPablo Neira Ayuso1-1/+2
2020-09-09batman-adv: bla: use netif_rx_ni when not in interrupt contextJussi Kivilinna1-1/+4
2020-09-09batman-adv: Fix own OGM check in aggregated OGMsLinus Lüssing1-5/+6
2020-09-09batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann1-2/+4
2020-09-03tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-09-03net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-09-03net: qrtr: fix usage of idr in port assignment to socketNecip Fazil Yildiran1-9/+11
2020-09-03net: Fix potential wrong skb->protocol in skb_vlan_untag()Miaohe Lin1-2/+2
2020-09-03gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-08-21mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook2-0/+22
2020-08-19net: initialize fastreuse on inet_inherit_portTim Froidcoeur1-0/+1
2020-08-19net: refactor bind_bucket fastreuse into helperTim Froidcoeur1-42/+51
2020-08-19net/tls: Fix kmap usageIra Weiny1-1/+2
2020-08-19net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin1-1/+1
2020-08-19net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li1-2/+5
2020-08-19af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness1-2/+7
2020-08-19svcrdma: Fix page leak in svc_rdma_recv_read_chunk()Chuck Lever1-7/+21
2020-08-19ipvs: allow connection reuse for unconfirmed conntrackJulian Anastasov1-5/+7
2020-08-19Bluetooth: add a mutex lock to avoid UAF in do_enale_setLihong Kou1-0/+5
2020-08-11rxrpc: Fix race between recvmsg and sendmsg on immediate call failureDavid Howells4-12/+28
2020-08-11openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-08-11net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi1-2/+11
2020-08-11ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2-5/+13
2020-08-11ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+1
2020-08-11cfg80211: check vendor command doit pointer before useJulian Squires1-3/+3
2020-08-11net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16