aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-06-15mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun1-1/+3
2020-06-15netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inlineAlaa Hleihel1-45/+0
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-11/+0
2020-06-15mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai1-0/+1
2020-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-25/+65
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang1-4/+1
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang1-2/+0
2020-06-15net/rds: NULL pointer de-reference in rds_ib_add_one()Ka-Cheong Poon1-1/+7
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds38-266/+409
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-19/+48
2020-06-13net: atm: Remove the error message according to the atomic contextLiao Pingfang1-3/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds47-317/+317
2020-06-13Merge tag '9p-for-5.8' of git://github.com/martinetd/linuxLinus Torvalds1-27/+34
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada47-317/+317
2020-06-12bpf: Fix memlock accounting for sock_hashAndrey Ignatov1-0/+4
2020-06-12bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer1-4/+6
2020-06-12bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca1-0/+3
2020-06-12genetlink: clean up family attributes allocationsCong Wang1-16/+12
2020-06-12netfilter: nf_tables: hook list memleak in flowtable deletionPablo Neira Ayuso1-7/+24
2020-06-11rxrpc: Fix race between incoming ACK parser and retransmitterDavid Howells1-18/+11
2020-06-11xdp: Fix xsk_generic_xmit errnoLi RongQing1-3/+1
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien1-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2-3/+4
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-79/+80
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei1-1/+1
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by ...Xiongfeng Wang1-1/+1
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever1-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever1-2/+2
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever1-24/+15
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever3-19/+11
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever3-5/+5
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever1-0/+1
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever2-4/+7
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever2-16/+32
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds17-461/+407
2020-06-11net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu1-7/+9
2020-06-10mptcp: don't leak msk in token containerPaolo Abeni1-0/+1
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni1-21/+24
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-33/+49
2020-06-10netfilter: ctnetlink: memleak in filter initialization error pathPablo Neira Ayuso1-10/+22
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-2/+5
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang9-23/+46
2020-06-09bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki1-2/+21
2020-06-09bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki1-0/+1
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu1-0/+3
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-5/+5
2020-06-08Merge tag 'rxrpc-fixes-20200605' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller7-110/+111
2020-06-08mptcp: bugfix for RM_ADDR option parsingGeliang Tang1-0/+2
2020-06-08net-zerocopy: use vm_insert_pages() for tcp rcv zerocopyArjun Roy1-7/+63
2020-06-08Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/lin...David S. Miller6-10/+30
2020-06-08netfilter: nft_set_pipapo: Disable preemption before getting per-CPU pointerStefano Brivio1-1/+5
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-60/+490
2020-06-08netfilter: nft_set_rbtree: Don't account for expired elements on insertionStefano Brivio1-7/+14
2020-06-08sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou1-1/+1
2020-06-08net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig1-1/+1
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi2-2/+2
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-76/+98
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-8/+9
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-340/+43
2020-06-05vsock/vmci: make vmci_vsock_transport_cb() staticStefano Garzarella1-1/+1
2020-06-05ethtool: linkinfo: remove an unnecessary NULL checkDan Carpenter1-2/+1
2020-06-05rxrpc: Fix missing notificationDavid Howells6-25/+21
2020-06-05rxrpc: Move the call completion handling out of lineDavid Howells3-98/+103
2020-06-05mac80211: initialize return flags in HE 6 GHz operation parsingJohannes Berg1-0/+2
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg3-8/+26
2020-06-04net/xdp: use shift instead of 64 bit divisionPavel Machek1-1/+1
2020-06-04inet_connection_sock: clear inet_num out of destroy helperPaolo Abeni1-0/+1
2020-06-04net: core: device_rename: Use rwsem instead of a seqcountAhmed S. Darwish1-22/+18
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsAhmed Abdelsalam5-12/+16
2020-06-04tipc: fix NULL pointer dereference in streamingTuong Lien1-2/+2
2020-06-04genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()Cong Wang1-36/+58
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2020-06-04bpf: Fix unused-var without NETDEVICESMatthieu Baerts1-3/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds341-6812/+17456
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+0
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-2/+3
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-17/+11
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+1
2020-06-02RDMA/rds: Remove FMR support for memory registrationMax Gurtovoy8-322/+21
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-02bpf: Add csum_level helper for fixing up csum levelsDaniel Borkmann1-0/+38
2020-06-02bpf: Fix up bpf_skb_adjust_room helper's skb csum settingDaniel Borkmann1-2/+6
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-4/+2
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-2/+1
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini1-27/+34
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-137/+231
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav1-0/+1
2020-06-01ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu1-6/+7
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki1-121/+4
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-36/+69
2020-06-01flow_dissector: Pull locking up from prog attach callbackJakub Sitnicki1-20/+20
2020-06-01bpf: Allow SO_BINDTODEVICE opt in bpf_setsockoptFerenc Fejes1-1/+27
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes3-6/+8
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend2-5/+58
2020-06-01bpf: Refactor sockmap redirect code so its easy to reuseJohn Fastabend1-21/+34
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern1-0/+17
2020-06-01bpf: Add support to attach bpf program to a devmap entryDavid Ahern1-0/+18
2020-06-01bpf: Add rx_queue_mapping to bpf_sockAmritha Nambiar1-0/+18
2020-06-01bpf, sk_msg: Add get socket storage helpersJohn Fastabend1-0/+15
2020-06-01bpf, sk_msg: Add some generic helpers that may be useful from sk_msgJohn Fastabend1-0/+16
2020-06-01libceph: support for alloc hint flagsIlya Dryomov1-1/+7
2020-06-01switch cmsghdr_from_user_compat_to_kern() to copy_from_user()Al Viro1-7/+8
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault1-5/+0
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-37/+18
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur4-21/+118
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur4-1/+9
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann1-9/+8
2020-06-01devlink: Add ACL control packet trapsIdo Schimmel1-0/+4
2020-06-01devlink: Add layer 3 control packet trapsIdo Schimmel1-0/+42
2020-06-01devlink: Add layer 2 control packet trapsIdo Schimmel1-0/+16
2020-06-01devlink: Add 'control' trap typeIdo Schimmel1-0/+7
2020-06-01devlink: Add 'mirror' trap actionIdo Schimmel1-1/+2
2020-06-01devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel1-0/+1
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-135/+650
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso4-435/+1
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso3-38/+67
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso1-7/+19
2020-06-01net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso1-0/+157
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso1-3/+3
2020-06-01net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti1-3/+6
2020-06-01bridge: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel1-0/+4
2020-06-01ipv4: nexthop: Fix deadcode issue by performing a proper NULL checkPatrick Eigensatz1-2/+2
2020-06-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-32/+10
2020-06-01libceph: read_from_replica optionIlya Dryomov2-1/+43
2020-06-01libceph: support for balanced and localized readsIlya Dryomov3-6/+189
2020-06-01libceph: crush_location infrastructureIlya Dryomov2-0/+152
2020-06-01libceph: decode CRUSH device/bucket types and namesIlya Dryomov2-3/+85
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov1-49/+11
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller38-203/+498
2020-05-31Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/sc...David S. Miller29-223/+980
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds37-202/+495
2020-05-31rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_IDDavid Howells1-3/+3
2020-05-31rxrpc: Map the EACCES error produced by some ICMP6 to EHOSTUNREACHDavid Howells1-0/+3
2020-05-31cfg80211: support bigger kek/kck key lengthNathan Errera1-4/+19
2020-05-31mac80211: set short_slot for 6 GHz bandTova Mussai2-2/+4
2020-05-31mac80211: Consider 6 GHz band when handling power constraintIlan Peer1-0/+1
2020-05-31mac80211: accept aggregation sessions on 6 GHzJohannes Berg2-3/+5
2020-05-31cfg80211: require HE capabilities for 6 GHz bandJohannes Berg1-0/+10
2020-05-31cfg80211: reject HT/VHT capabilities on 6 GHz bandJohannes Berg1-1/+6
2020-05-31cfg80211: treat 6 GHz channels as valid regardless of capabilityJohannes Berg1-7/+15
2020-05-31mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer3-17/+38
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg5-2/+56
2020-05-31mac80211: check the correct bit for EMA APShaul Triebitz1-9/+9
2020-05-31mac80211: determine chandef from HE 6 GHz operationJohannes Berg4-19/+160
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg7-17/+100
2020-05-31mac80211: do not allow HT/VHT IEs in 6 GHz mesh modeRajkumar Manoharan1-0/+16
2020-05-31mac80211: build HE operation with 6 GHz oper informationRajkumar Manoharan4-8/+72
2020-05-31mac80211: add HE 6 GHz Band Capability elementRajkumar Manoharan6-1/+65
2020-05-31cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg1-1/+8
2020-05-31mac80211: add HE 6 GHz Band Capabilities into parse extensionRajkumar Manoharan2-0/+5
2020-05-31cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan1-1/+17
2020-05-31nl80211: really allow client-only BIGTK supportJohannes Berg2-3/+8
2020-05-31cfg80211: adapt to new channelization of the 6GHz bandArend Van Spriel1-2/+4
2020-05-31cfg80211: fix 6 GHz frequencies to kHzJohannes Berg1-1/+1
2020-05-30l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet1-0/+3
2020-05-30l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2-15/+44
2020-05-30mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni1-4/+16
2020-05-30sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen1-14/+51
2020-05-30net: qrtr: Allocate workqueue before kernel_bindChris Lew1-5/+5
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni1-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni1-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten Graul3-11/+21
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-30Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-11/+0
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-29net: Make mpls_entry_encode() available for generic usersEli Cohen1-11/+0
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal1-1/+1
2020-05-29net: ethtool: cabletest: Make ethnl_act_cable_test_tdr_cfg staticAndrew Lunn1-3/+3
2020-05-29tipc: remove set but not used variable 'prev'YueHaibing1-2/+1
2020-05-29neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-29net: dsa: tag_8021q: stop restoring VLANs from bridgeVladimir Oltean1-60/+1
2020-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+6
2020-05-29net: remove kernel_setsockoptChristoph Hellwig1-31/+0
2020-05-29net: add a new bind_add methodChristoph Hellwig2-0/+22
2020-05-29sctp: refactor sctp_setsockopt_bindxChristoph Hellwig1-33/+28
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller9-43/+102
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller23-283/+808
2020-05-29Bluetooth: Acquire sk_lock.slock without disabling interruptsSebastian Andrzej Siewior1-5/+2
2020-05-29xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-05-28SUNRPC: Remove unreachable error condition in rpcb_getport_async()Xiyu Yang1-6/+0
2020-05-28sunrpc: clean up properly in gss_mech_unregister()NeilBrown2-9/+15
2020-05-28sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-05-28sunrpc: check that domain table is empty at module unload.NeilBrown3-0/+28
2020-05-28sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik1-0/+3
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig3-12/+14
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig1-0/+13
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig1-8/+2
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig2-61/+5