aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds15-45/+132
2020-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+2
2020-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller7-22/+70
2020-03-26Merge tag 'ceph-for-5.6-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds3-13/+19
2020-03-26Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux...David S. Miller7-18/+60
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-03-26cfg80211: Do not warn on same channel at the end of CSAIlan Peer1-1/+5
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg4-12/+24
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds41-250/+479
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso5-10/+10
2020-03-25nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute typeJohannes Berg1-1/+1
2020-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-16/+123
2020-03-24net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_popVladimir Oltean2-53/+9
2020-03-24net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye1-1/+11
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso1-0/+4
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso1-0/+9
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio1-3/+67
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio1-6/+11
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio1-7/+27
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso1-0/+5
2020-03-24xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-03-23ethtool: fix reference leak in some *_SET handlersMichal Kubecek4-4/+12
2020-03-23net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai1-0/+2
2020-03-23tcp: repair: fix TCP_QUEUE_SEQ implementationEric Dumazet1-1/+3
2020-03-23libceph: fix alloc_msg_with_page_vector() memory leaksIlya Dryomov2-13/+10
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov1-0/+9
2020-03-21hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo1-4/+4
2020-03-21Merge tag 'io_uring-5.6-20200320' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+5
2020-03-20tcp: also NULL skb->dev when copy was neededFlorian Westphal1-2/+6
2020-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-4/+14
2020-03-20io_uring: make sure accept honor rlimit nofileJens Axboe1-3/+5
2020-03-19tcp: ensure skb->dev is NULL before leaving TCP stackEric Dumazet1-0/+4
2020-03-19Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller6-60/+74
2020-03-19netfilter: flowtable: populate addr_type maskEdward Cree1-0/+1
2020-03-19netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey1-0/+3
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan1-0/+2
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan1-4/+8
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey1-1/+1
2020-03-17net: core: dev.c: fix a documentation warningMauro Carvalho Chehab1-1/+1
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau1-5/+2
2020-03-16net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata1-0/+2
2020-03-16vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich1-1/+1
2020-03-16ethtool: reject unrecognized request flagsMichal Kubecek1-4/+12
2020-03-16netlink: allow extack cookie also for error messagesMichal Kubecek1-26/+17
2020-03-16net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-03-16hsr: set .netnsok flagTaehee Yoo1-0/+1
2020-03-16hsr: add restart routine into hsr_get_node_list()Taehee Yoo1-14/+24
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2-25/+23
2020-03-15net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn2-1/+25
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata1-18/+85
2020-03-14net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele1-6/+8
2020-03-14net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-03-14net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang1-0/+2
2020-03-13afs: Fix client call Rx-phase signal handlingDavid Howells3-32/+3
2020-03-13rxrpc: Fix sendmsg(MSG_WAITALL) handlingDavid Howells1-2/+2
2020-03-13rxrpc: Fix call interruptibility handlingDavid Howells5-17/+51
2020-03-13rxrpc: Abstract out the calculation of whether there's Tx spaceDavid Howells1-9/+18
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-4/+8
2020-03-12taprio: Fix sending packets without dequeueing themVinicius Costa Gomes1-3/+9
2020-03-11net: memcg: fix lockdep splat in inet_csk_accept()Eric Dumazet1-7/+7
2020-03-11seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol numberPaolo Lungaroni2-2/+2
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn1-3/+9
2020-03-11net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn1-6/+7
2020-03-11net: caif: Add lockdep expression to RCU traversal primitiveAmol Grover1-1/+2
2020-03-11bpf, sockmap: Remove bucket->lock from sock_{hash|map}_freeJohn Fastabend1-4/+8
2020-03-11mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari1-1/+2
2020-03-11nl80211: add missing attribute validation for channel switchJakub Kicinski1-0/+1
2020-03-11nl80211: add missing attribute validation for beacon report scanningJakub Kicinski1-0/+2
2020-03-11nl80211: add missing attribute validation for critical protocol indicationJakub Kicinski1-0/+2
2020-03-10net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-03-10ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-10net: memcg: late association of sock to memcgShakeel Butt2-1/+24
2020-03-09Merge tag 'batadv-net-for-davem-20200306' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+4
2020-03-09cgroup, netclassid: periodically release file_lock on classid updatingDmitry Yakunin1-10/+37
2020-03-08inet_diag: return classid for all socket typesDmitry Yakunin4-34/+28
2020-03-08gre: fix uninit-value in __iptunnel_pull_headerEric Dumazet1-2/+10
2020-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-14/+26
2020-03-06netfilter: nft_chain_nat: inet family is missing module ownershipPablo Neira Ayuso1-0/+1
2020-03-05mptcp: always include dack if possible.Paolo Abeni1-2/+17
2020-03-05net: nfc: fix bounds checking bugs on "pipe"Dan Carpenter1-3/+16
2020-03-05netfilter: nf_tables: fix infinite loop when expr is not availableFlorian Westphal1-7/+3
2020-03-05netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attributePablo Neira Ayuso1-0/+5
2020-03-04esp: remove the skb from the chain when it's enqueued in cryptd_wqXin Long1-4/+4
2020-03-04netfilter: nft_tunnel: add missing attribute validation for tunnelsJakub Kicinski1-0/+2
2020-03-04netfilter: nft_payload: add missing attribute validation for payload csum flagsJakub Kicinski1-0/+1
2020-03-04netfilter: cthelper: add missing attribute validation for cthelperJakub Kicinski1-0/+2
2020-03-04netfilter: nf_tables: free flowtable hooks on hook register errorFlorian Westphal1-1/+6
2020-03-04netfilter: x_tables: xt_mttg_seq_next should increase position indexVasily Averin1-3/+3
2020-03-04netfilter: xt_recent: recent_seq_next should increase position indexVasily Averin1-1/+1
2020-03-04netfilter: synproxy: synproxy_cpu_seq_next should increase position indexVasily Averin1-1/+1
2020-03-04netfilter: nf_conntrack: ct_cpu_seq_next should increase position indexVasily Averin1-1/+1
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King3-12/+30
2020-03-03net/ipv6: remove the old peer route if change it to a new oneHangbin Liu1-4/+17
2020-03-03net/ipv6: need update peer route when modify metricHangbin Liu1-4/+16
2020-03-03nfc: add missing attribute validation for vendor subcommandJakub Kicinski1-0/+2
2020-03-03nfc: add missing attribute validation for deactivate targetJakub Kicinski1-0/+1
2020-03-03nfc: add missing attribute validation for SE APIJakub Kicinski1-0/+1
2020-03-03tipc: add missing attribute validation for MTU propertyJakub Kicinski1-0/+1
2020-03-03net: taprio: add missing attribute validation for txtime delayJakub Kicinski1-0/+1
2020-03-03net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-03-03openvswitch: add missing attribute validation for hashJakub Kicinski1-0/+1
2020-03-03nl802154: add missing attribute validation for dev_typeJakub Kicinski1-0/+1
2020-03-03nl802154: add missing attribute validationJakub Kicinski1-0/+5
2020-03-03devlink: validate length of region addr/lenJakub Kicinski1-0/+2
2020-03-03devlink: validate length of param valuesJakub Kicinski1-12/+19
2020-02-29net/ipv6: use configured metric when add peer routeHangbin Liu1-3/+3
2020-02-29netlink: Use netlink header as base to calculate bad attribute offsetPablo Neira Ayuso1-1/+1
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella3-13/+12
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-27ipv6: xfrm6_tunnel.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+1
2020-02-26net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni1-0/+6
2020-02-26ipv6: restrict IPV6_ADDRFORM operationEric Dumazet1-2/+8
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun3-11/+28
2020-02-26sched: act: count in the size of action flags bitfieldJiri Pirko1-0/+1
2020-02-26net: core: devlink.c: Use built-in RCU list checkingMadhuparna Bhowmik1-9/+10
2020-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-217/+474
2020-02-26netfilter: xt_hashlimit: unregister proc file before releasing mutexCong Wang1-10/+6
2020-02-26ethtool: limit bitset sizeMichal Kubecek2-1/+4
2020-02-26net: Fix Tx hash bound checkingAmritha Nambiar1-0/+2
2020-02-26nft_set_pipapo: Actually fetch key data in nft_pipapo_remove()Stefano Brivio1-2/+4
2020-02-26Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2-205/+464
2020-02-24Merge tag 'mac80211-for-net-2020-02-24' of git://git.kernel.org/pub/scm/linux...David S. Miller4-9/+6
2020-02-24net: bridge: fix stale eth hdr pointer in br_dev_xmitNikolay Aleksandrov1-4/+2
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-02-24nl80211: explicitly include if_vlan.hJohannes Berg1-0/+1
2020-02-23net: core: devlink.c: Hold devlink->lock from the beginning of devlink_dpipe_...Madhuparna Bhowmik1-7/+14
2020-02-23tcp: fix TFO SYNACK undo to avoid double-timestamp-undoNeal Cardwell1-1/+5
2020-02-22net: genetlink: return the error code when attribute parsing fails.Paolo Abeni1-2/+3
2020-02-22ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik1-0/+2
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2-205/+462
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds35-173/+368
2020-02-21mac80211: Remove a redundant mutex unlockAndrei Otcheretianski1-5/+1
2020-02-21cfg80211: check reg_rule for NULL in handle_channel_custom()Johannes Berg1-1/+1
2020-02-21nl80211: fix potential leak in AP startJohannes Berg1-2/+2
2020-02-20net: netlink: cap max groups which will be considered in netlink_bind()Nikolay Aleksandrov1-2/+3
2020-02-20net: disable BRIDGE_NETFILTER by defaultRoman Kiryanov1-1/+0
2020-02-20openvswitch: Distribute switch variables for initializationKees Cook1-8/+10
2020-02-20net: ip6_gre: Distribute switch variables for initializationKees Cook2-7/+14
2020-02-20net: core: Distribute switch variables for initializationKees Cook1-2/+2
2020-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+4
2020-02-19udp: rehash on disconnectWillem de Bruijn1-1/+5
2020-02-19net/tls: Fix to avoid gettig invalid tls recordRohit Maheshwari1-1/+19
2020-02-19bridge: br_stp: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-19net: hsr: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-44/+202
2020-02-18netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()Stefano Brivio1-1/+1
2020-02-18netfilter: nft_set_pipapo: Fix mapping table example in commentsStefano Brivio1-2/+2
2020-02-18flow_table.c: Use built-in RCU list checkingMadhuparna Bhowmik1-2/+4
2020-02-18datapath.c: Use built-in RCU list checkingMadhuparna Bhowmik1-3/+6
2020-02-18vport.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18meter.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18netlabel_domainhash.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18net: netlabel: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+2
2020-02-18Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"Paolo Abeni1-20/+2
2020-02-18mptcp: fix bogus socket flag valuesFlorian Westphal1-2/+2
2020-02-18batman-adv: Don't schedule OGM for disabled interfaceSven Eckelmann1-0/+4
2020-02-17sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-9/+20
2020-02-17net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-17netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2-6/+90
2020-02-16skbuff: remove stale bit mask commentsRandy Dunlap1-2/+0
2020-02-16mptcp: select CRYPTOMatthieu Baerts1-0/+1
2020-02-16net: export netdev_next_lower_dev_rcu()Taehee Yoo1-3/+3
2020-02-16ethtool: fix application of verbose no_mask bitsetMichal Kubecek1-0/+3
2020-02-16mptcp: Protect subflow socket options before connection completesMat Martineau1-29/+19
2020-02-16net: add strict checks in netdev_name_node_alt_destroy()Eric Dumazet1-0/+6
2020-02-16net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet1-14/+12
2020-02-16net: fib_rules: Correctly set table field when table number exceeds 8 bitsJethro Beekman1-1/+1
2020-02-16net/rds: Track user mapped pages through special APILeon Romanovsky1-12/+12
2020-02-16ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-02-16ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-02-14Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-6/+7
2020-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds22-66/+184
2020-02-14net: dsa: tag_ar9331: Make sure there is headroom for tagPer Forlin1-1/+1
2020-02-14net: dsa: tag_qca: Make sure there is headroom for tagPer Forlin1-1/+1
2020-02-14net, ip6_tunnel: enhance tunnel locate with link checkWilliam Dauchy1-21/+47
2020-02-14Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux...David S. Miller6-16/+39
2020-02-14net/smc: no peer ID in CLC decline for SMCDUrsula Braun1-1/+3
2020-02-14net/smc: transfer fasync_list in case of fallbackUrsula Braun1-0/+2
2020-02-14mac80211: fix wrong 160/80+80 MHz settingShay Bar1-2/+14
2020-02-14cfg80211: add missing policy for NL80211_ATTR_STATUS_CODESergey Matyukevich1-0/+1
2020-02-13xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld1-3/+3
2020-02-13icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2-0/+67
2020-02-13net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-13net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-13page_pool: refill page when alloc.count of pool is zeroLi RongQing1-14/+8
2020-02-13xprtrdma: Fix DMA scatter-gather list mapping imbalanceChuck Lever1-6/+7
2020-02-12xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-02-12xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-02-11net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-02-11core: Don't skip generic XDP program execution for cloned SKBsToke Høiland-Jørgensen1-2/+2
2020-02-11xsk: Publish global consumer pointers when NAPI is finishedMagnus Karlsson2-1/+4
2020-02-11netfilter: conntrack: split resolve_clash functionFlorian Westphal1-17/+41
2020-02-11netfilter: conntrack: place confirm-bit setting in a helperFlorian Westphal1-7/+14
2020-02-11netfilter: conntrack: remove two args from resolve_clashFlorian Westphal1-18/+51