aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-20/+85
2020-11-19net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul1-3/+3
2020-11-19net/smc: fix matching of existing link groupsKarsten Graul2-2/+4
2020-11-19ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2-31/+2
2020-11-18net: Have netpoll bring-up DSA management interfaceFlorian Fainelli1-4/+18
2020-11-18ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-17ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-11-18bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend1-2/+9
2020-11-18bpf, sockmap: Handle memory acct if skb_verdict prog redirects to selfJohn Fastabend1-0/+8
2020-11-18bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend1-19/+53
2020-11-18bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend1-1/+1
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2-5/+18
2020-11-18bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend1-6/+9
2020-11-17net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-10/+27
2020-11-17tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti1-1/+1
2020-11-16net/tls: fix corrupted data in recvmsgVadim Fedorenko1-1/+1
2020-11-16net: bridge: add missing counters to ndo_get_stats64 callbackHeiner Kallweit1-0/+1
2020-11-16ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2-20/+44
2020-11-16Merge tag 'linux-can-fixes-for-5.10-20201115' of git://git.kernel.org/pub/scm...Jakub Kicinski1-10/+28
2020-11-15can: af_can: prevent potential access of uninitialized member in canfd_rcv()Anant Thazhemadam1-5/+14
2020-11-15can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam1-5/+14
2020-11-14devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai1-2/+4
2020-11-14netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore1-1/+1
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long3-5/+5
2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella1-1/+1
2020-11-13ipv6: Fix error path to cancel the meseageZhang Qilong1-2/+6
2020-11-13net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike3-0/+15
2020-11-13Merge tag 'mac80211-for-net-2020-11-13' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski5-43/+20
2020-11-13mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg1-10/+4
2020-11-12net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He1-0/+1
2020-11-12net/ncsi: Fix netlink registrationJoel Stanley3-27/+3
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds15-28/+86
2020-11-12net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2-4/+30
2020-11-12net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin1-1/+1
2020-11-12devlink: Avoid overwriting port attributes of registered portParav Pandit1-2/+6
2020-11-12mac80211: minstrel: fix tx status processing corner caseFelix Fietkau1-1/+1
2020-11-12mac80211: minstrel: remove deferred sampling codeFelix Fietkau2-22/+4
2020-11-12mac80211: fix memory leak on filtered powersave framesFelix Fietkau1-10/+8
2020-11-12rfkill: Fix use-after-free in rfkill_resume()Claire Chang1-0/+3
2020-11-11net/x25: Fix null-ptr-deref in x25_connectMartin Schiller1-1/+1
2020-11-11tipc: fix memory leak in tipc_topsrv_start()Wang Hai1-2/+8
2020-11-10net/af_iucv: fix null pointer dereference on shutdownUrsula Braun1-1/+2
2020-11-10net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2-4/+15
2020-11-10netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore1-5/+12
2020-11-09mptcp: provide rmem[0] limitPaolo Abeni1-0/+1
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-11-09tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio1-2/+2
2020-11-09IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-11-09Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+5
2020-11-08net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter1-3/+4
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+7
2020-11-06net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter1-1/+1
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-126/+239
2020-11-04Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski4-16/+27
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski4-11/+13
2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2-8/+8
2020-11-03can: isotp: padlen(): make const array static, makes object smallerColin Ian King1-8/+10
2020-11-03can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp1-4/+4
2020-11-03can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven1-2/+3
2020-11-03can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong1-0/+6
2020-11-03can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong1-2/+4
2020-11-03mptcp: token: fix unititialized variableDavide Caratti1-1/+1
2020-11-02sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat1-2/+2
2020-11-02Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski8-48/+93
2020-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski13-30/+52
2020-10-31ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flagswenxu1-3/+0
2020-10-31Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+4
2020-10-31IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2-2/+39
2020-10-31net: atm: fix update of position index in lec_seq_nextColin Ian King1-3/+2
2020-10-31netfilter: ipset: Update byte and packet counters regardless of whether they ...Stefano Brivio1-1/+2
2020-10-30net/smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-10-30ip6_tunnel: set inner ipproto before ip6_tnl_encapAlexander Ovechkin1-2/+2
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso2-9/+28
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld10-18/+20
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso1-2/+2
2020-10-30mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg1-1/+2
2020-10-30cfg80211: regulatory: Fix inconsistent format argumentYe Bin1-1/+1
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab1-1/+8
2020-10-30mac80211: always wind down STA stateJohannes Berg1-0/+18
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg3-29/+36
2020-10-30mac80211: fix use of skb payload instead of headerJohannes Berg1-13/+24
2020-10-30mac80211: fix regression where EAPOL frames were sent in plaintextMathy Vanhoef1-3/+4
2020-10-29Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+2
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-24/+56
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni1-0/+10
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen1-3/+2
2020-10-29xsk: Fix possible memory leak at socket closeMagnus Karlsson2-3/+7
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-2/+3
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-27devlink: Unlock on error in dumpit()Dan Carpenter1-2/+4
2020-10-27devlink: Fix some error codesDan Carpenter1-9/+15
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul1-3/+4
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep1-1/+1
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers1-2/+2
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+4
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy2-1/+4
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds28-127/+208
2020-10-23net: xfrm: fix a race condition during allocing spizhuoliang zhang1-3/+5
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell1-0/+2
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li2-2/+3
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski10-18/+30
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-59/+99
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-25/+85
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds2-3/+3
2020-10-22netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2-0/+2
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu1-7/+6
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen1-59/+99
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-35/+213
2020-10-21mptcp: depends on IPV6 but not as a moduleMatthieu Baerts1-1/+1
2020-10-20mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin1-0/+1
2020-10-20net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-10-20mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven1-1/+1
2020-10-20nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo1-1/+1
2020-10-20mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven1-3/+1
2020-10-20mptcp: move mptcp_options_received's port initializationGeliang Tang1-1/+1
2020-10-20mptcp: initialize mptcp_options_received's ahmacGeliang Tang1-0/+1
2020-10-20net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan1-2/+2
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-283/+323
2020-10-20SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-10-20sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas1-1/+1
2020-10-20netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2-5/+5
2020-10-20netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT3-3/+3
2020-10-20netfilter: Drop fragmented ndisc packets assembled in netfilterGeorg Kohmann1-0/+1
2020-10-20netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri1-6/+13
2020-10-20ipvs: adjust the debug info in function set_tcp_statelongguang.yue1-4/+6
2020-10-19nexthop: Fix performance regression in nexthop deletionIdo Schimmel1-1/+1
2020-10-19net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers1-0/+2
2020-10-18net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo1-1/+1
2020-10-18net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2-25/+41
2020-10-16icmp: randomize the global rate limiterEric Dumazet1-2/+5
2020-10-16tipc: fix incorrect setting window for bcast linkHoang Huu Le1-2/+4
2020-10-16tipc: re-configure queue limit for broadcast linkHoang Huu Le1-1/+5
2020-10-16svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni1-1/+2
2020-10-16net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov1-1/+7
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds360-7335/+18642
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-7/+17
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-67/+198
2020-10-15Revert "bpfilter: Fix build error with CONFIG_BPFILTER_UMH"Jakub Kicinski1-1/+1
2020-10-15net, sockmap: Don't call bpf_prog_put() on NULL pointerAlex Dewar1-7/+9
2020-10-15bpf, sockmap: Add locking annotations to iteratorLorenz Bauer1-0/+8
2020-10-15netfilter: nftables: allow re-computing sctp CRC-32C in 'payload' statementsDavide Caratti2-0/+29
2020-10-15net: fix pos incrementment in ipv6_route_seq_nextYonghong Song1-1/+3
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-10-15net/smc: fix use-after-free of delayed eventsKarsten Graul1-8/+5
2020-10-15bpfilter: Fix build error with CONFIG_BPFILTER_UMHYueHaibing1-1/+1
2020-10-15rxrpc: Fix loss of final ack on shutdownDavid Howells3-3/+7
2020-10-15rxrpc: Fix bundle counting for exclusive connectionsDavid Howells1-2/+3
2020-10-14netfilter: restore NF_INET_NUMHOOKSPablo Neira Ayuso1-1/+1
2020-10-14ipv6/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers2-4/+5
2020-10-14ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing t...Mathieu Desnoyers1-2/+21
2020-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski6-12/+58
2020-10-13ip_gre: set dev->hard_header_len and dev->needed_headroom properlyCong Wang1-4/+11
2020-10-13xfrm: use new function dev_fetch_sw_netstatsHeiner Kallweit1-21/+1
2020-10-13net: openvswitch: use new function dev_fetch_sw_netstatsHeiner Kallweit1-19/+1
2020-10-13mac80211: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-13iptunnel: use new function dev_fetch_sw_netstatsHeiner Kallweit1-22/+1
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-10-13net: bridge: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit1-0/+34
2020-10-13net/af_unix: Remove unused old_pid variableOr Cohen1-2/+0
2020-10-13socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-13socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-13net/ipv6: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-10-13tcp: use semicolons rather than commas to separate statementsJulia Lawall2-5/+6
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso4-7/+38
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-513/+13
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-20/+21
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-68/+262
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski7-76/+196
2020-10-12netfilter: nftables: extend error reporting for chain updatesPablo Neira Ayuso1-5/+14
2020-10-12libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov1-0/+5
2020-10-12libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov1-3/+3
2020-10-12libceph: move a dout in queue_con_delay()Ilya Dryomov1-1/+1
2020-10-12libceph: switch to the new "osd blocklist add" commandIlya Dryomov1-15/+52
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-4/+4
2020-10-12libceph: multiple workspaces for CRUSH computationsIlya Dryomov1-15/+151
2020-10-12can: remove obsolete version stringsOliver Hartkopp6-25/+5
2020-10-12can: isotp: implement cleanups / improvements from reviewOliver Hartkopp2-8/+9
2020-10-12net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam1-1/+1
2020-10-11bpf, sockmap: Allow skipping sk_skb parser programJohn Fastabend2-7/+93
2020-10-11bpf, sockmap: Check skb_verdict and skb_parser programs explicitlyJohn Fastabend1-7/+8
2020-10-11bpf, sockmap: Add memory accounting so skbs on ingress lists are visibleJohn Fastabend1-16/+15
2020-10-11bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanupJohn Fastabend1-7/+7
2020-10-11bpf, sockmap: Remove dropped data on errors in redirect caseJohn Fastabend1-14/+14
2020-10-11bpf, sockmap: Remove skb_set_owner_w wmem will be taken later from sendpageJohn Fastabend1-2/+0
2020-10-11bpf, sockmap: On receive programs try to fast track SK_PASS ingressJohn Fastabend1-2/+15
2020-10-11bpf, sockmap: Skb verdict SK_PASS to self already checked rmem limitsJohn Fastabend1-9/+6
2020-10-12ipvs: clear skb->tstamp in forwarding pathJulian Anastasov1-0/+6
2020-10-12netfilter: flowtable: reduce calls to pskb_may_pull()Pablo Neira Ayuso2-27/+30
2020-10-12netfilter: nf_tables: add inet ingress supportPablo Neira Ayuso2-8/+41
2020-10-12netfilter: add inet ingress supportPablo Neira Ayuso1-21/+82