aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-06-27Merge tag 'nfs-for-5.8-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-41/+57
2020-06-26SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()Chuck Lever1-0/+4
2020-06-26sunrpc: fixed rollback in rpc_gssd_dummy_populate()Vasily Averin1-0/+1
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds105-270/+580
2020-06-25rds: transport module should be auto loaded when transport is setRao Shoaib1-9/+17
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-25ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner3-2/+7
2020-06-25tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller54-15/+159
2020-06-25net: bridge: enfore alignment for ethernet addressThomas Martitz1-1/+1
2020-06-25tcp: don't ignore ECN CWR on pure ACKDenis Kirjanov1-3/+11
2020-06-25netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.David Wilder5-6/+44
2020-06-25netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...David Wilder1-1/+14
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder5-7/+44
2020-06-25netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...David Wilder1-1/+14
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill41-0/+41
2020-06-25netfilter: ipset: fix unaligned atomic accessRussell King1-0/+2
2020-06-24dsa: Allow forwarding of redirected IGMP trafficDaniel Mack1-3/+34
2020-06-24openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...Lorenzo Bianconi1-2/+7
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-06-23net: ethtool: Handle missing cable test TDR parametersAndrew Lunn1-8/+9
2020-06-23net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUMAlexander Lobakin1-0/+1
2020-06-23bridge: mrp: Validate when setting the port roleHoratiu Vultur1-2/+8
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-22ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-22hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-22xprtrdma: Fix handling of RDMA_ERROR repliesChuck Lever1-6/+3
2020-06-22xprtrdma: Clean up disconnectChuck Lever2-10/+14
2020-06-22xprtrdma: Clean up synopsis of rpcrdma_flush_disconnect()Chuck Lever3-11/+11
2020-06-22xprtrdma: Use re_connect_status safely in rpcrdma_xprt_connect()Chuck Lever2-4/+1
2020-06-22xprtrdma: Prevent dereferencing r_xprt->rx_ep after it is freedChuck Lever1-10/+23
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill10-0/+10
2020-06-20rxrpc: Fix notification call on completion of discarded callsDavid Howells1-0/+7
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu4-6/+13
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-21/+1
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu1-0/+21
2020-06-19Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2-5/+4
2020-06-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller5-37/+63
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-13/+10
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3
2020-06-18net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin1-0/+1
2020-06-18mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-06-18mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2-22/+18
2020-06-18net: Fix the arp error in some casesguodeqing1-1/+1
2020-06-18net/sched: act_gate: fix configuration of the periodic timerDavide Caratti1-35/+55
2020-06-18net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti1-23/+13
2020-06-18ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo1-6/+8
2020-06-18ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu1-0/+1
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet1-2/+10
2020-06-16libceph: don't omit used_replica in target_copy()Ilya Dryomov1-0/+1
2020-06-16libceph: don't omit recovery_deletes in target_copy()Ilya Dryomov1-0/+1
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov2-13/+8
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-15esp, ah: modernize the crypto algorithm selectionsEric Biggers3-10/+41
2020-06-15esp: select CRYPTO_SEQIVEric Biggers1-0/+1
2020-06-15esp, ah: consolidate the crypto algorithm selectionsEric Biggers3-28/+24
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-05xfrm: merge fixup for "remove output_finish indirection from xfrm_state_afinfo"Stephen Rothwell1-4/+0
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-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen1-1/+3
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