aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-63/+107
2021-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-14/+17
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella2-7/+5
2021-02-08bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_stateHoratiu Vultur3-9/+10
2021-02-09netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso1-13/+15
2021-02-09netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal1-1/+2
2021-02-08vsock/virtio: update credit only if socket is not closedStefano Garzarella1-2/+2
2021-02-08net: fix iteration for sctp transport seq_filesNeilBrown1-4/+12
2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek1-4/+1
2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek1-1/+1
2021-02-06Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski1-1/+1
2021-02-05net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet1-5/+6
2021-02-05Merge tag 'nfsd-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-3/+4
2021-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-10/+31
2021-02-04net: dsa: call teardown method on probe failureVladimir Oltean1-2/+5
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-2/+10
2021-02-04rxrpc: Fix clearance of Tx/Rx ring when releasing a callDavid Howells1-2/+0
2021-02-03net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()Sabyrzhan Tasbolatov1-0/+6
2021-02-04netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen1-2/+2
2021-02-04netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso1-6/+19
2021-02-04netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik1-2/+10
2021-02-02Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-30/+106
2021-02-02net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundaryAndreas Oetken1-1/+4
2021-02-02net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov1-0/+3
2021-02-02net: lapb: Copy the skb before sending a packetXie He1-1/+2
2021-02-02Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2-2/+6
2021-02-01udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2-6/+65
2021-02-01net: ip_tunnel: fix mtu calculationVadim Fedorenko1-9/+7
2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov1-5/+12
2021-02-01SUNRPC: Fix NFS READs that start at non-page-aligned offsetsChuck Lever1-3/+4
2021-02-01mac80211: fix station rate table updates on assocFelix Fietkau2-2/+6
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-58/+48
2021-01-30neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal1-3/+4
2021-01-29rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells1-3/+3
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-77/+226
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa1-0/+1
2021-01-28ath9k: fix build error with LEDS_CLASS=mArnd Bergmann1-1/+1
2021-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-18/+28
2021-01-27net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko1-1/+1
2021-01-27net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes1-10/+13
2021-01-26net: lapb: Add locking to the lapb moduleXie He2-20/+80
2021-01-26Merge tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-5/+17
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-26wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg1-2/+3
2021-01-25SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski1-3/+6
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski3-58/+45
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2-6/+9
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen3-2/+22
2021-01-23NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2021-01-23NFC: fix possible resource leakPan Bian1-0/+1
2021-01-23net: mrp: move struct definitions out of uapiRasmus Villemoes1-0/+29
2021-01-22Merge tag 'ceph-for-5.11-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds6-71/+90
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski3-14/+24
2021-01-21libceph: fix "Boolean result is used in bitwise operation" warningIlya Dryomov1-1/+1
2021-01-21mac80211: 160MHz with extended NSS BW in CSAShay Bar1-3/+7
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-103/+135
2021-01-20tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2021-01-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2-17/+10
2021-01-19tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-19net: nfc: nci: fix the wrong NCI_CORE_INIT parametersBongsu Jeon1-1/+1
2021-01-19net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-19netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault1-1/+1
2021-01-19udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-19xsk: Clear pool even for inactive queuesMaxim Mikityanskiy1-2/+2
2021-01-19Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-2/+2
2021-01-19net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur1-2/+2
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen5-7/+11
2021-01-18ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-18ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-18Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski4-39/+49
2021-01-16skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin1-1/+5
2021-01-16netfilter: nft_dynset: dump expressions when set definition contains no expre...Pablo Neira Ayuso1-14/+17
2021-01-16netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso1-1/+3
2021-01-16netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso2-3/+8
2021-01-15net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-15net_sched: gen_estimator: support large ewma logEric Dumazet1-4/+7
2021-01-15net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+2
2021-01-15cls_flower: call nla_ok() before nla_next()Cong Wang1-9/+13
2021-01-14Merge tag 'net-5.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds23-121/+202
2021-01-14mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi1-1/+1
2021-01-14mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau1-1/+1
2021-01-14mac80211: fix encryption key selection for 802.3 xmitFelix Fietkau1-12/+15
2021-01-14mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2021-01-14mac80211: fix incorrect strlen of .write in debugfsShayne Chen1-24/+20
2021-01-14mptcp: fix locking in mptcp_disconnect()Paolo Abeni1-2/+7
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan1-3/+9
2021-01-14net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet1-2/+7
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2-2/+2
2021-01-14net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2021-01-13bpf: Reject too big ctx_size_in for raw_tp test runSong Liu1-1/+2
2021-01-13can: isotp: isotp_getname(): fix kernel information leakOliver Hartkopp1-0/+1
2021-01-13rxrpc: Call state should be read with READ_ONCE() under some circumstancesBaptiste Lepers1-1/+1
2021-01-13rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells1-2/+4
2021-01-13SUNRPC: Move the svc_xdr_recvfrom tracepoint againChuck Lever1-2/+2
2021-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-0/+4
2021-01-12net/smc: use memcpy instead of snprintf to avoid out of bounds readGuvenc Gulce3-10/+16
2021-01-12smc: fix out of bound access in smc_nl_get_sys_info()Jakub Kicinski1-1/+2
2021-01-12mptcp: better msk-level shutdown.Paolo Abeni1-45/+17
2021-01-12mptcp: more strict state checking for acksPaolo Abeni1-1/+1
2021-01-12net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-12net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean1-0/+10
2021-01-12net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata1-1/+1
2021-01-12Merge tag 'nfs-for-5.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2021-01-11esp: avoid unneeded kmap_atomic callWillem de Bruijn2-12/+2
2021-01-11net: compound page support in skb_seq_readWillem de Bruijn1-5/+23
2021-01-11Merge tag 'nfsd-5.11-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds1-1/+85
2021-01-11netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu1-0/+1
2021-01-10net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de1-1/+1
2021-01-10netfilter: conntrack: fix reading nf_conntrack_bucketsJesper Dangaard Brouer1-0/+3
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2021-01-09net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin1-1/+40
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski3-20/+18
2021-01-08docs: net: explain struct net_device lifetimeJakub Kicinski1-1/+1
2021-01-08udp: Prevent reuseport_select_sock from reading uninitialized socksBaptiste Lepers1-1/+1
2021-01-08net: fix use-after-free when UDP GRO with shared fraglistDongseok Yi1-1/+19
2021-01-08cfg80211: Save the regulatory domain with a lockIlan Peer1-1/+10
2021-01-07nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata1-1/+1
2021-01-07nexthop: Unlink nexthop group entry in error pathIdo Schimmel1-1/+3
2021-01-07nexthop: Fix off-by-one error in error pathIdo Schimmel1-1/+1
2021-01-07net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-07net: fix pmtu check in nopmtudisc modeFlorian Westphal1-6/+5
2021-01-07net: ipv6: fib: flush exceptions when purging routeSean Tranchetti1-3/+2
2021-01-05net: qrtr: fix null-ptr-deref in qrtr_ns_removeQinglang Miao3-9/+16
2021-01-05net: vlan: avoid leaks on register_vlan_dev() failuresJakub Kicinski1-1/+2
2021-01-05cfg80211: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-68/+136
2021-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski3-6/+18
2021-01-04net: lapb: Decrease the refcount of "struct lapb_cb" in lapb_device_eventXie He1-0/+1
2021-01-04libceph, ceph: disambiguate ceph_connection_operations handlersIlya Dryomov2-27/+27
2021-01-04libceph: zero out session key and connection secretIlya Dryomov3-43/+62
2021-01-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala1-8/+18
2021-01-04af_key: relax availability checks for skb size calculationCong Wang1-3/+3
2021-01-04xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger1-2/+2
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-5/+19
2020-12-28erspan: fix version 1 check in gre_parse_header()Cong Wang1-1/+1
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2020-12-28net: neighbor: fix a crash caused by mod zeroweichenchen1-4/+2
2020-12-28ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault1-1/+1
2020-12-28net: mptcp: cap forward allocation to 1MDavide Caratti1-1/+4
2020-12-28net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tcAntoine Tenart1-5/+18
2020-12-28net-sysfs: take the rtnl lock when storing xps_rxqsAntoine Tenart1-0/+7
2020-12-28net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tcAntoine Tenart1-7/+22
2020-12-28net-sysfs: take the rtnl lock when storing xps_cpusAntoine Tenart1-0/+6
2020-12-28libceph: align session_key and con_secret to 16 bytesIlya Dryomov1-2/+10
2020-12-28libceph: fix auth_signature buffer allocation in secure modeIlya Dryomov1-1/+2
2020-12-28netfilter: nftables: add set expression flagsPablo Neira Ayuso2-3/+12
2020-12-28netfilter: nft_dynset: report EOPNOTSUPP on missing set featurePablo Neira Ayuso1-3/+3
2020-12-27netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal1-0/+3
2020-12-23net/ncsi: Use real net-device for response handlerJohn Wang1-1/+1
2020-12-23net: dcb: Validate netlink message in DCB handlerPetr Machata1-0/+2
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-5/+9
2020-12-19xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani1-1/+1
2020-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski5-29/+23
2020-12-18net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2020-12-18net: af_packet: fix procfs header for 64-bit pointersBaruch Siach1-1/+3
2020-12-18SUNRPC: Handle TCP socket sends with kernel_sendpage() againChuck Lever1-1/+85
2020-12-18xsk: Rollback reservation at NETDEV_TX_BUSYMagnus Karlsson2-0/+8
2020-12-18xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2-3/+7
2020-12-17xsk: Fix memory leak for failed bindMagnus Karlsson2-2/+4
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-35/+88
2020-12-17Merge tag 'nfs-for-5.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-453/+769
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds16-1914/+6384
2020-12-17net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-12-17netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin1-15/+5
2020-12-17netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin1-9/+13
2020-12-17netfilter: x_tables: Update remaining dereference to RCUSubash Abhinov Kasiviswanathan3-3/+3
2020-12-17mptcp: fix pending data accountingPaolo Abeni1-3/+2
2020-12-17mptcp: push pending frames when subflow has free spacePaolo Abeni3-7/+10
2020-12-17mptcp: properly annotate nested lockPaolo Abeni1-1/+1
2020-12-17mptcp: fix security context on server socketPaolo Abeni1-0/+2
2020-12-16mptcp: clear use_ack and use_map when dropping other suboptionsGeliang Tang1-0/+2
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-76/+101
2020-12-16net/smc: fix access to parent of an ib deviceKarsten Graul1-13/+23
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16tipc: do sanity check payload of a netlink messageHoang Le1-5/+7
2020-12-16Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+12
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan1-2/+20
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-31/+33
2020-12-16netfilter: nftables: fix incorrect increment of loop counterColin Ian King1-2/+2
2020-12-15Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds14-650/+1315
2020-12-15Merge tag 'nfs-rdma-for-5.11-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust6-75/+90
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds405-10696/+12807
2020-12-14net: fix proc_fs init handling in af_packet and tlsYonatan Linik2-0/+5
2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv1-2/+7
2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv1-0/+12
2020-12-14vsock_addr: Check for supported flag valuesAndra Paraschiv1-1/+3
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-14tcp: Add logic to check for SYN w/ data in tcp_simple_retransmitAlexander Duyck1-1/+16
2020-12-14net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-14net: bridge: Fix a warning when del bridge sysfsWang Hai1-1/+4
2020-12-14mptcp: let MPTCP create max size skbsPaolo Abeni1-5/+9
2020-12-14mptcp: pm: simplify select_local_address()Paolo Abeni1-4/+2
2020-12-14mptcp: parse and act on incoming FASTCLOSE optionFlorian Westphal3-0/+54
2020-12-14tcp: parse mptcp options contained in reset packetsFlorian Westphal2-6/+9
2020-12-14mptcp: hold mptcp socket before calling tcp_doneFlorian Westphal1-1/+6