summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-03-041-1/+2
* bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer2021-03-041-3/+10
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-03-041-1/+1
* Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-03-041-2/+4
* Bluetooth: drop HCI device reference before returnPan Bian2021-03-041-0/+1
* Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2021-03-041-1/+1
* RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig2021-02-261-7/+0
* net: fix proc_fs init handling in af_packet and tlsYonatan Linik2021-02-232-0/+5
* net: bridge: Fix a warning when del bridge sysfsWang Hai2021-02-231-1/+4
* net: openvswitch: fix TTL decrement exception action executionEelco Chaudron2021-02-231-9/+6
* net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso2021-02-231-3/+3
* net/sched: fix miss init the mru in qdisc_skb_cbwenxu2021-02-231-0/+2
* mptcp: skip to next candidate if subflow has unacked dataFlorian Westphal2021-02-231-1/+4
* net: qrtr: Fix port ID for control messagesLoic Poulain2021-02-231-1/+1
* net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()Sabyrzhan Tasbolatov2021-02-171-0/+6
* net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-171-0/+3
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-172-7/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-171-2/+2
* bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur2021-02-173-9/+10
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-171-4/+1
* net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek2021-02-171-1/+1
* net: fix iteration for sctp transport seq_filesNeilBrown2021-02-171-4/+12
* net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-171-5/+6
* net: dsa: call teardown method on probe failureVladimir Oltean2021-02-171-2/+5
* udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-171-2/+10
* rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells2021-02-171-2/+0
* netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-171-1/+2
* netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen2021-02-171-2/+2
* netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso2021-02-171-6/+19
* netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-171-2/+10
* ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-02-171-1/+1
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-131-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-133-58/+45
* mac80211: 160MHz with extended NSS BW in CSAShay Bar2021-02-131-3/+7
* af_key: relax availability checks for skb size calculationCong Wang2021-02-131-3/+3
* udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-102-6/+65
* net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-101-9/+7
* neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-02-101-3/+4
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* net: lapb: Copy the skb before sending a packetXie He2021-02-101-1/+2
* SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever2021-02-101-3/+4
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau2021-02-071-12/+15
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* mac80211: fix incorrect strlen of .write in debugfsShayne Chen2021-02-071-24/+20
* net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes2021-02-071-10/+13
* vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-031-5/+12
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-032-6/+9
* tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen2021-02-033-2/+22
* NFC: fix possible resource leakPan Bian2021-02-031-0/+1