aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Merge tag 'nfs-for-5.7-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+7
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds21-47/+153
2020-05-14ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover1-3/+4
2020-05-14ipmr: Fix RCU list debugging warningAmol Grover1-1/+2
2020-05-14tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet1-3/+4
2020-05-14SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields1-1/+1
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-8/+38
2020-05-13tipc: fix failed service subscription deletionTuong Lien2-4/+15
2020-05-13tipc: fix memory leak in service subscriptingTuong Lien1-1/+3
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien1-11/+31
2020-05-12netlabel: cope with NULL catmapPaolo Abeni3-3/+12
2020-05-12tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2-4/+13
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch1-0/+2
2020-05-12netfilter: nft_set_rbtree: Add missing expired checksPhil Sutter1-0/+11
2020-05-12netfilter: flowtable: set NF_FLOW_TEARDOWN flag on entry expirationPablo Neira Ayuso1-3/+5
2020-05-11Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds6-34/+84
2020-05-11SUNRPC: Signalled ASYNC tasks need to exitChuck Lever1-0/+5
2020-05-11netfilter: conntrack: fix infinite loop on rmmodFlorian Westphal1-1/+12
2020-05-11netfilter: flowtable: Remove WQ_MEM_RECLAIM from workqueueRoi Dayan1-1/+1
2020-05-11netfilter: flowtable: Add pending bit for offload workPaul Blakey1-1/+7
2020-05-10SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown1-1/+1
2020-05-10netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-2/+2
2020-05-09netprio_cgroup: Fix unlimited memory leak of v2 cgroupsZefan Li1-0/+2
2020-05-08net: ipv4: really enforce backoff for redirectsPaolo Abeni1-1/+1
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-5/+7
2020-05-08net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage1-2/+4
2020-05-07net: fix a potential recursive NETDEV_FEAT_CHANGECong Wang1-1/+3
2020-05-07mptcp: set correct vfs info for subflowsPaolo Abeni1-0/+10
2020-05-07Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds32-163/+285
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-2/+12
2020-05-06net: dsa: Do not leave DSA master with NULL netdev_opsFlorian Fainelli1-1/+2
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-06seg6: fix SRH processing to comply with RFC8754Ahmed Abdelsalam1-2/+8
2020-05-06net: hsr: fix incorrect type usage for protocol variableMurali Karicheri1-1/+1
2020-05-06bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend1-1/+0
2020-05-06bpf, sockmap: msg_pop_data can incorrecty set an sge lengthJohn Fastabend1-1/+1
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak1-3/+3
2020-05-04atm: fix a memory leak of vcc->user_backCong Wang1-0/+6
2020-05-04atm: fix a UAF in lec_arp_clear_vccs()Cong Wang1-11/+11
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
2020-05-04devlink: Fix reporter's recovery conditionAya Levin1-2/+5
2020-05-04tipc: fix partial topology connection closureTuong Lien1-2/+3
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-05-03net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet1-0/+3
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-11/+31
2020-05-01drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-01devlink: fix return value after hitting end in region readJakub Kicinski1-0/+5
2020-05-01ipv6: Use global sernum for dst validation with nexthop objectsDavid Ahern1-0/+25
2020-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+8
2020-04-30net: bridge: vlan: Add a schedule point during VLAN processingIdo Schimmel1-0/+1
2020-04-30mptcp: fix uninitialized value accessPaolo Abeni1-1/+1
2020-04-30mptcp: initialize the data_fin field for mpc packetsPaolo Abeni1-0/+1
2020-04-30mptcp: fix 'use_ack' option access.Paolo Abeni1-1/+1
2020-04-30mptcp: avoid a WARN on bad input.Paolo Abeni1-2/+2
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni5-69/+115
2020-04-30mptcp: consolidate synack processing.Paolo Abeni3-28/+24
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal1-5/+6
2020-04-29netfilter: nf_osf: avoid passing pointer to local varArnd Bergmann1-5/+7
2020-04-28net/x25: Fix null-ptr-deref in x25_disconnectYueHaibing1-4/+6
2020-04-28Merge tag 'nfs-rdma-for-5.7-2' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2-5/+13
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown1-4/+17
2020-04-27bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang1-3/+6
2020-04-27Merge tag 'batadv-net-for-davem-20200427' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-10/+4
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-04-27sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-04-27fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-04-27net/tls: Fix sk_psock refcnt leak when in tls_data_ready()Xiyu Yang1-2/+3
2020-04-27net/x25: Fix x25_neigh refcnt leak when x25 disconnectXiyu Yang1-0/+4
2020-04-27net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()Xiyu Yang1-0/+2
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+4
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever3-5/+45
2020-04-27SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2-9/+18
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever5-24/+25
2020-04-26netfilter: nat: never update the UDP checksum when it's 0Guillaume Nault1-3/+1
2020-04-25net: remove obsolete commentEric Dumazet1-1/+0
2020-04-25mptcp: fix race in msk status updatePaolo Abeni1-1/+1
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds29-105/+191
2020-04-24Merge tag 'mac80211-for-net-2020-04-24' of git://git.kernel.org/pub/scm/linux...David S. Miller5-20/+45
2020-04-24mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik1-1/+2
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg4-19/+43
2020-04-23net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang1-1/+3
2020-04-23mptcp/pm_netlink.c : add check for nla_put_in/6_addrBo YU1-5/+7
2020-04-23Merge tag 'nfsd-5.7-rc-1' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds9-29/+47
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern1-3/+3
2020-04-22netlabel: Kconfig: Update reference for NetLabel Tools projectSalvatore Bonaccorso1-1/+1
2020-04-22mptcp: fix data_fin handing in RX pathPaolo Abeni1-2/+1
2020-04-22sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-04-22sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean1-5/+3
2020-04-22sched: etf: do not assume all sockets are full blownEric Dumazet1-3/+4
2020-04-22xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2-4/+0
2020-04-21SUNRPC: Remove unreachable error conditionXiyu Yang1-2/+1
2020-04-21cgroup, netclassid: remove double cond_reschedJiri Slaby1-3/+1
2020-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-4/+6
2020-04-21batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang1-1/+1
2020-04-21batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang1-1/+1
2020-04-21batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang1-0/+1
2020-04-21batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni3-17/+19
2020-04-20mptcp: avoid flipping mp_capable field in syn_recv_sock()Paolo Abeni1-16/+30
2020-04-20mptcp: handle mptcp listener destruction via rcuFlorian Westphal1-0/+3
2020-04-20ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby1-7/+6
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2-2/+5
2020-04-20xprtrdma: Fix use of xdr_stream_encode_item_{present, absent}Chuck Lever1-4/+11
2020-04-20xprtrdma: Fix trace point use-after-free raceChuck Lever1-1/+1
2020-04-20xprtrdma: Restore wake-up-all to rpcrdma_cm_event_handler()Chuck Lever1-0/+1
2020-04-19netfilter: nat: fix error handling upon registering inet hookHillf Danton1-2/+2
2020-04-18mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal2-3/+12
2020-04-18mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal2-1/+25
2020-04-18ipv6: rpl: fix full address compressionAlexander Aring1-3/+4
2020-04-18tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang1-1/+3
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang1-0/+1
2020-04-18net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang1-0/+1
2020-04-17svcrdma: Fix leak of svc_rdma_recv_ctxt objectsChuck Lever5-18/+29
2020-04-17svcrdma: Fix trace point use-after-free raceChuck Lever2-9/+10
2020-04-17SUNRPC: Fix backchannel RPC soft lockupsChuck Lever3-0/+5
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds32-192/+197
2020-04-15tipc: fix incorrect increasing of link windowTuong Lien1-1/+1
2020-04-15ipv6: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-15net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe4-21/+19
2020-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+4
2020-04-15Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...David S. Miller3-19/+22
2020-04-15xsk: Add missing check on user supplied headroom sizeMagnus Karlsson1-3/+2
2020-04-15mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam1-4/+7
2020-04-15mac80211: fix race in ieee80211_register_hw()Sumit Garg1-11/+13
2020-04-14net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn1-1/+6
2020-04-14rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2-41/+12
2020-04-15netfilter: flowtable: Free block_cb when being deletedRoi Dayan1-2/+4
2020-04-14xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern1-1/+2
2020-04-14nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg1-4/+2
2020-04-13SUNRPC/cache: Fix unsafe traverse caused double-free in cache_purgeYihao Wu1-2/+3
2020-04-12mptcp: fix double-unlock in mptcp_pollFlorian Westphal1-12/+13
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-5/+5
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-4/+5
2020-04-09net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-04-09net/rds: Fix MR reference counting problemKa-Cheong Poon2-21/+12
2020-04-09net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon3-23/+20
2020-04-09net-sysfs: remove redundant assignment to variable retColin Ian King1-1/+1
2020-04-09net: qrtr: send msgs from local of same id as broadcastWang Wenhu1-3/+4
2020-04-08Merge tag 'ceph-for-5.7-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-96/+14
2020-04-09bpf: Fix use of sk->sk_reuseport from sk_assignJoe Stringer1-1/+1
2020-04-08net/tls: fix const assignment warningArnd Bergmann1-2/+2
2020-04-08l2tp: Allow management of tunnels and session in user namespaceMichael Weiß1-8/+8
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld4-5/+5
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld1-1/+1
2020-04-07hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+8
2020-04-07net: sched: Fix setting last executed chain on skb extensionPaul Blakey1-0/+1
2020-04-07net: revert default NAPI poll timeout to 2 jiffiesKonstantin Khlebnikov1-1/+2
2020-04-07net: icmp6: do not select saddr from iif when route has prefsrc setTim Stallard1-1/+20
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-22/+27
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-716/+503
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds16-35/+186
2020-04-07netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flagPablo Neira Ayuso1-1/+1
2020-04-07netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object typePablo Neira Ayuso1-2/+2
2020-04-06xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing1-2/+3
2020-04-06ipv6: rpl: fix loop iterationAlexander Aring1-3/+3
2020-04-06Merge tag '9p-for-5.7' of git://github.com/martinetd/linuxLinus Torvalds1-61/+73
2020-04-06netfilter: ipset: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-04-05netfilter: nf_tables: do not leave dangling pointer in nf_tables_set_alloc_nameEric Dumazet1-0/+1
2020-04-05netfilter: xt_IDLETIMER: target v1 - match Android layoutMaciej Żenczykowski1-0/+3
2020-04-05netfilter: nf_tables: do not update stateful expressions if lookup is invertedPablo Neira Ayuso2-6/+7
2020-04-05netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on i...Stefano Brivio1-12/+11
2020-04-04SUNRPC: Don't start a timer on an already queued rpc taskTrond Myklebust1-6/+13
2020-04-04Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-19/+10
2020-04-04Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds19-771/+901
2020-04-03mptcp: add some missing pr_fmt definesGeliang Tang3-0/+6
2020-04-03net_sched: fix a missing refcnt in tcindex_init()Cong Wang1-0/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+2
2020-04-02neigh: support smaller retrans_time setttingHangbin Liu3-9/+12
2020-04-02net: openvswitch: use hlist_for_each_entry_rcu instead of hlist_for_each_entryTonghao Zhang1-4/+6
2020-04-02net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat1-1/+1
2020-04-03net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki1-1/+1
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts1-4/+5
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal1-0/+26
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal3-2/+36
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal1-4/+46
2020-04-02net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King1-1/+1
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot1-1/+1
2020-04-01ipv6: don't auto-add link-local address to lag portsJarod Wilson1-0/+4
2020-04-01net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds321-3170/+18595
2020-03-31net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva1-1/+3
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King1-1/+2
2020-03-31net/bpfilter: remove superfluous testing messageBruno Meneguele1-1/+0
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-29/+64
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-95/+326
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller15-193/+239
2020-03-30devlink: Allow setting of packet trap group parametersIdo Schimmel1-2/+54
2020-03-30devlink: Add packet trap group parameters supportIdo Schimmel1-0/+31
2020-03-30devlink: Add packet trap policers supportIdo Schimmel1-0/+428
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer2-4/+5
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer2-5/+10
2020-03-30bpf: Add socket assign supportJoe Stringer5-2/+49
2020-03-30Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2-4/+4
2020-03-30Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2-11/+44
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan1-2/+1
2020-03-30netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich1-5/+3
2020-03-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-41/+168
2020-03-30net: dsa: add port policersVladimir Oltean1-6/+73