aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-13Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-53/+10
2021-11-12net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore1-1/+1
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-106/+272
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin1-2/+5
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-114/+94
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-132/+163
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-11-10vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-11-09net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet1-10/+17
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-24/+104
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds11-308/+269
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang1-1/+1
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki1-6/+30
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2-9/+23
2021-11-09bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend1-0/+47
2021-11-09bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend1-1/+0
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend2-8/+4
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques1-51/+9
2021-11-08libceph: drop ->monmap and err initializationJean Sacren1-2/+1
2021-11-07sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov1-3/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-5/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu5-5/+0
2021-11-06can: j1939: j1939_tp_cmd_recv(): check the dst address of TP.CM_BAMZhang Changzhong1-0/+5
2021-11-06can: j1939: j1939_can_recv(): ignore messages with invalid source addressZhang Changzhong1-0/+7
2021-11-06can: j1939: j1939_tp_cmd_recv(): ignore abort message in the BAM transportZhang Changzhong1-0/+6
2021-11-05ipv6: remove useless assignment to newinet in tcp_v6_syn_recv_sock()Nghia Le1-1/+0
2021-11-05net/smc: Print function name in smcr_link_down tracepointTony Lu1-1/+1
2021-11-04mctp: handle the struct sockaddr_mctp_ext padding fieldEugene Syromiatnikov1-1/+10
2021-11-04mctp: handle the struct sockaddr_mctp padding fieldsEugene Syromiatnikov1-0/+13
2021-11-04SUNRPC: Prevent immediate close+reconnectTrond Myklebust2-2/+3
2021-11-04SUNRPC: Fix races when closing the socketTrond Myklebust2-0/+3
2021-11-04devlink: fix flexible_array.cocci warningGuo Zhengkui1-1/+1
2021-11-04SUNRPC: Check if the xprt is connected before handling sysfs readsAnna Schumaker1-4/+8
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet6-246/+237
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet1-1/+1
2021-11-04tcp: Use BIT() for OPTION_* constantsLeonard Crestez1-7/+7
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean1-0/+3
2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2-3/+3
2021-11-03net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong1-3/+3
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski1-2/+1
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad4-6/+29
2021-11-03net:ipv6:Remove unneeded semicolonZhang Mingyu1-1/+1
2021-11-03NFC: add necessary privilege flags in netlink layerLin Ma1-0/+15
2021-11-03security: add sctp_assoc_established hookXin Long1-1/+1
2021-11-03security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long1-0/+5
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2-16/+15
2021-11-039p: fix file headersDominique Martinet10-56/+3
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet2-16/+4
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-1/+3
2021-11-03net/9p: autoload transport modulesThomas Weißschuh4-6/+27
2021-11-039p/net: fix missing error check in p9_check_errorsDominique Martinet1-0/+2
2021-11-02xprtrdma: Fix a maybe-uninitialized compiler warningBenjamin Coddington1-6/+7
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds326-5500/+11776
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski4-29/+6
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+34
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-70/+352
2021-11-01net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood2-1/+23
2021-11-01net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood2-1/+14
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+2
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad4-6/+29
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad2-4/+4
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2-0/+203
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao1-8/+1
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian1-10/+33
2021-11-01SUNRPC: Clean up xs_tcp_setup_sock()Trond Myklebust1-40/+28
2021-11-01SUNRPC: Replace use of socket sk_callback_lock with sock_lockTrond Myklebust1-27/+11
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu3-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu4-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu4-0/+59
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2-42/+39
2021-11-01devlink: expose get/put functionsJakub Kicinski1-3/+5
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski1-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2-3/+13
2021-11-01udp6: allow SO_MARK ctrl msg to affect routingJakub Kicinski1-1/+1
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún2-0/+8
2021-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+2
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-14/+74
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso1-2/+54
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso4-6/+6
2021-11-01netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso1-1/+5
2021-11-01netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream statePablo Neira Ayuso1-2/+5
2021-10-29net: bridge: switchdev: fix shim definition for br_switchdev_mdb_notifyVladimir Oltean1-12/+11
2021-10-29exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman1-1/+1
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2-1/+17
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski1-4/+4
2021-10-29net: bridge: fix uninitialized variables when BRIDGE_CFM is disabledIvan Vecera1-0/+2
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr2-2/+104
2021-10-29mctp: Add flow extension to skbJeremy Kerr2-1/+25
2021-10-29mctp: Return new key from mctp_alloc_local_tagJeremy Kerr1-12/+16
2021-10-29sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long1-3/+4
2021-10-29sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2-7/+10
2021-10-28net: bridge: switchdev: consistent function namingVladimir Oltean1-54/+63
2021-10-28net: bridge: mdb: move all switchdev logic to br_switchdev.cVladimir Oltean3-252/+262
2021-10-28net: bridge: split out the switchdev portion of br_mdb_notifyVladimir Oltean1-27/+35
2021-10-28net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean3-94/+85
2021-10-28net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean1-0/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-171/+319
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti1-15/+24
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier1-2/+10
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy1-2/+6
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov1-12/+12
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2-6/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet3-3/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet3-9/+2
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet2-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2-6/+7
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2021-10-28xfrm: Remove redundant fields and related parenthesesluo penghao1-2/+2
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang1-5/+4
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2-145/+95
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni3-3/+3
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet2-17/+20
2021-10-27xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee1-1/+1
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-19/+19
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann1-20/+30
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-20/+24
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2-164/+33
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean1-19/+22
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean3-56/+54
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean1-14/+17
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean4-8/+7
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean1-7/+7
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean1-59/+57
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean1-124/+122
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-22/+42
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang4-0/+10
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2-14/+15
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang4-9/+6
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian1-0/+12
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean1-3/+0
2021-10-26net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean1-0/+2
2021-10-26mctp: Implement extended addressingJeremy Kerr2-35/+149
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken4-26/+113
2021-10-26net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet1-3/+0
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet1-2/+2
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet2-11/+11
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA1-11/+21
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2-1/+27
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell1-1/+1
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25ipv6/tcp: small drop monitor changesEric Dumazet1-2/+2
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet2-8/+18
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet2-3/+9
2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2-8/+19
2021-10-25ipv6: annotate data races around np->min_hopcountEric Dumazet2-3/+8
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2-5/+5
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2-6/+6
2021-10-25bluetooth: use dev_addr_set()Jakub Kicinski1-1/+3
2021-10-25bluetooth: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long1-2/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang1-0/+42
2021-10-25cfg80211: correct bridge/4addr mode checkJanusz Dziedzic1-7/+7
2021-10-25cfg80211: fix management registrations lockingJohannes Berg3-13/+17
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean1-2/+2
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller3-53/+26
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...David S. Miller1-1/+1
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner1-1/+1
2021-10-24net: atm: use address setting helpersJakub Kicinski2-4/+5
2021-10-24net: caif: get ready for const netdev->dev_addrJakub Kicinski1-1/+1
2021-10-24net: hsr: get ready for const netdev->dev_addrJakub Kicinski2-4/+4
2021-10-24net: rtnetlink: use __dev_addr_set()Jakub Kicinski1-2/+2
2021-10-24net: core: constify mac addrs in selftestsJakub Kicinski1-4/+4
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+3
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-24net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2-24/+53
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-10-22devlink: Clean not-executed param notificationsLeon Romanovsky1-4/+11
2021-10-22devlink: Remove not-executed trap group notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Remove not-executed trap policer notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Delete obsolete parameters publish APILeon Romanovsky1-49/+8
2021-10-22gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra1-0/+3
2021-10-22sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-10-22sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-10-22sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-10-22sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-10-22sctp: fix the processing for INIT_ACK chunkXin Long1-18/+19
2021-10-22sctp: fix the processing for INIT chunkXin Long1-26/+46
2021-10-22sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2-13/+35
2021-10-22Merge tag 'mac80211-for-net-2021-10-21' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2-6/+10
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski27-609/+1140
2021-10-22ipvs: autoload ipvs on genl accessThomas Weißschuh1-0/+2
2021-10-22netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal1-1/+1